CS318 - Pintos
Pintos source browser for JHU CS318 course
Data Fields
condition Struct Reference

Condition variable. More...

#include <synch.h>

Collaboration diagram for condition:
Collaboration graph
[legend]

Data Fields

struct list waiters
 List of waiting threads. More...
 

Detailed Description

Condition variable.

Definition at line 34 of file synch.h.

Field Documentation

◆ waiters

struct list condition::waiters

List of waiting threads.

Definition at line 36 of file synch.h.

Referenced by cond_broadcast(), cond_init(), cond_signal(), and cond_wait().


The documentation for this struct was generated from the following file: