HomeSort by relevance Sort by last modified time
    Searched defs:cvar (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prcvar.h 64 NSPR_API(void) PR_DestroyCondVar(PRCondVar *cvar); variable
94 NSPR_API(PRStatus) PR_WaitCondVar(PRCondVar *cvar, PRIntervalTime timeout);
97 ** Notify ONE thread that is currently waiting on 'cvar'. Which thread is
109 NSPR_API(PRStatus) PR_NotifyCondVar(PRCondVar *cvar); variable
119 NSPR_API(PRStatus) PR_NotifyAllCondVar(PRCondVar *cvar); variable
prpdce.h 79 NSPR_API(void) PRP_DestroyNakedCondVar(PRCondVar *cvar); variable
84 ** Wait on the condition variable 'cvar'. It is asserted that
90 ** NB: The CV ('cvar') must be one created using PR_NewNakedCondVar.
93 PRCondVar *cvar, PRLock *lock, PRIntervalTime timeout);
98 ** Notify the condition specified 'cvar'.
100 ** NB: The CV ('cvar') must be one created using PR_NewNakedCondVar.
102 NSPR_API(PRStatus) PRP_NakedNotify(PRCondVar *cvar); variable
107 ** Notify the condition specified 'cvar'.
109 ** NB: The CV ('cvar') must be one created using PR_NewNakedCondVar.
111 NSPR_API(PRStatus) PRP_NakedBroadcast(PRCondVar *cvar); variable
    [all...]
  /hardware/libhardware/tests/hwc/
cnativewindow.c 64 pthread_cond_t cvar; member in struct:CNativeWindow
138 pthread_cond_wait(&win->cvar, &win->lock);
246 pthread_cond_signal(&win->cvar);
544 pthread_cond_init(&win->cvar, NULL);

Completed in 147 milliseconds