Searched refs:_MDCVar (Results 1 - 25 of 36) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95cv.c62 AddThreadToCVWaitQueueInternal(PRThread *thred, struct _MDCVar *cv)
92 _MDCVar *waitCV)
119 _MDCVar *cv = notified->cv[index].cv;
200 static void md_PostNotifyToCvar(_MDCVar *cvar, _MDLock *lock,
243 _PR_MD_NEW_CV(_MDCVar *cv)
253 void _PR_MD_FREE_CV(_MDCVar *cv)
262 void _PR_MD_WAIT_CV(_MDCVar *cv, _MDLock *lock, PRIntervalTime timeout )
327 void _PR_MD_NOTIFY_CV(_MDCVar *cv, _MDLock *lock)
333 void _PR_MD_NOTIFYALL_CV(_MDCVar *cv, _MDLock *lock)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2cv.c98 AddThreadToCVWaitQueueInternal(PRThread *thred, struct _MDCVar *cv)
128 _MDCVar *waitCV)
155 _MDCVar *cv = notified->cv[index].cv;
239 static void md_PostNotifyToCvar(_MDCVar *cvar, _MDLock *lock,
282 _PR_MD_NEW_CV(_MDCVar *cv)
292 void _PR_MD_FREE_CV(_MDCVar *cv)
302 _PR_MD_WAIT_CV(_MDCVar *cv, _MDLock *lock, PRIntervalTime timeout )
381 _PR_MD_NOTIFY_CV(_MDCVar *cv, _MDLock *lock)
428 _PR_MD_NOTIFYALL_CV(_MDCVar *cv, _MDLock *lock)
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_os2.h163 struct _MDCVar { struct
179 struct _MDCVar *cv; /* the condition variable notified */
376 md_UnlockAndPostNotifies(struct _MDLock *lock, PRThread *waitThred, struct _MDCVar *waitCV);
H A D_bsdi.h141 struct _MDCVar { struct
H A D_dgux.h131 struct _MDCVar { struct
H A D_hpux.h156 struct _MDCVar { struct
H A D_ncr.h142 struct _MDCVar { struct
H A D_nec.h126 struct _MDCVar { struct
H A D_nto.h146 struct _MDCVar { struct
H A D_openbsd.h155 struct _MDCVar { struct
H A D_osf1.h157 struct _MDCVar { struct
H A D_qnx.h137 struct _MDCVar { struct
H A D_rhapsody.h127 struct _MDCVar { struct
H A D_scoos.h132 struct _MDCVar { struct
H A D_sony.h117 struct _MDCVar { struct
H A D_unixware.h131 struct _MDCVar { struct
H A D_win95.h151 struct _MDCVar { struct
167 struct _MDCVar *cv; /* the condition variable notified */
H A D_aix.h177 struct _MDCVar { struct
H A D_darwin.h204 struct _MDCVar { struct
H A D_freebsd.h181 struct _MDCVar { struct
H A D_netbsd.h237 struct _MDCVar { struct
H A D_nextstep.h159 struct _MDCVar { struct
H A D_nspr_pthread.h133 struct _MDCVar { struct
H A D_openvms.h221 struct _MDCVar { struct
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h148 typedef struct _MDCVar _MDCVar; typedef in typeref:struct:_MDCVar
930 NSPR_API(PRInt32) _PR_MD_NEW_CV(_MDCVar *md);
933 NSPR_API(void) _PR_MD_FREE_CV(_MDCVar *md);
937 _MDCVar *mdCVar,_MDLock *mdLock,PRIntervalTime timeout);
940 NSPR_API(void) _PR_MD_NOTIFY_CV(_MDCVar *md, _MDLock *lock);
943 NSPR_API(void) _PR_MD_NOTIFYALL_CV(_MDCVar *md, _MDLock *lock);
1479 _MDCVar md;

Completed in 364 milliseconds

12