|
CS350 COS
COS
|
Go to the source code of this file.
Data Structures | |
| struct | CV |
Typedefs | |
| typedef struct CV | CV |
Functions | |
| void | CV_Init (CV *cv, const char *name) |
| void | CV_Destroy (CV *cv) |
| void | CV_Wait (CV *cv, Mutex *mtx) |
| void | CV_Signal (CV *cv) |
| void | CV_Broadcast (CV *cv) |
| struct CV |
| void CV_Broadcast | ( | CV * | cv | ) |
| void CV_Destroy | ( | CV * | cv | ) |
| void CV_Init | ( | CV * | cv, |
| const char * | name | ||
| ) |
Definition at line 25 of file cv.c.
| void CV_Signal | ( | CV * | cv | ) |