#include "prlock.h"#include "prinrval.h"
Include dependency graph for prcvar.h:
This graph shows which files directly or indirectly include this file:Typedefs | |
| typedef struct PRCondVar | PRCondVar |
Functions | |
| PRCondVar * | PR_NewCondVar (PRLock *lock) |
| void | PR_DestroyCondVar (PRCondVar *cvar) |
| PRStatus | PR_WaitCondVar (PRCondVar *cvar, PRIntervalTime timeout) |
| PRStatus | PR_NotifyCondVar (PRCondVar *cvar) |
| PRStatus | PR_NotifyAllCondVar (PRCondVar *cvar) |
| void PR_DestroyCondVar | ( | PRCondVar * | cvar | ) |
| PRStatus PR_WaitCondVar | ( | PRCondVar * | cvar, | |
| PRIntervalTime | timeout | |||
| ) |
1.7.1