Typedefs | Functions

prcvar.h File Reference

#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

PRCondVarPR_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)

Typedef Documentation

typedef struct PRCondVar PRCondVar

Function Documentation

void PR_DestroyCondVar ( PRCondVar cvar  ) 
PRCondVar* PR_NewCondVar ( PRLock lock  ) 
PRStatus PR_NotifyAllCondVar ( PRCondVar cvar  ) 
PRStatus PR_NotifyCondVar ( PRCondVar cvar  ) 
PRStatus PR_WaitCondVar ( PRCondVar cvar,
PRIntervalTime  timeout 
)