Home
last modified time | relevance | path

Searched defs:PRCondVar (Results 1 – 19 of 19) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/include/
H A Dprcvar.h14 typedef struct PRCondVar PRCondVar; typedef
/dports/www/firefox/firefox-99.0/nsprpub/pr/include/
H A Dprcvar.h14 typedef struct PRCondVar PRCondVar; typedef
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/include/
H A Dprcvar.h14 typedef struct PRCondVar PRCondVar; typedef
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/include/
H A Dprcvar.h14 typedef struct PRCondVar PRCondVar; typedef
/dports/devel/nspr/nspr-4.33/nspr/pr/include/
H A Dprcvar.h14 typedef struct PRCondVar PRCondVar; typedef
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/include/
H A Dprcvar.h14 typedef struct PRCondVar PRCondVar; typedef
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/include/
H A Dprcvar.h14 typedef struct PRCondVar PRCondVar; typedef
/dports/www/firefox/firefox-99.0/docs/nspr/reference/
H A Dprcondvar.rst1 PRCondVar chapter
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/mongo_sources/vm/
H A DPosixNSPR.h20 typedef nspr::CondVar PRCondVar; typedef
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/include/private/
H A Dprimpl.h1419 struct PRCondVar { struct
1420 PRLock *lock; /* associated lock that protects the condition */
1422 pthread_cond_t cv; /* underlying pthreads condition */
1423 PRInt32 notify_pending; /* CV has destroy pending notification */
1425 sem_id sem; /* the underlying lock */
1428 volatile int32 nw; /* the number waiting */
1429 volatile int32 ns; /* the number signalling */
1430 long signalBenCount; /* the number waiting on the underlying sem */
1432 PRCList condQ; /* Condition variable wait Q */
1433 _MDLock ilock; /* Internal Lock to protect condQ */
[all …]
/dports/www/firefox/firefox-99.0/nsprpub/pr/include/private/
H A Dprimpl.h1419 struct PRCondVar { struct
1420 PRLock *lock; /* associated lock that protects the condition */
1422 pthread_cond_t cv; /* underlying pthreads condition */
1423 PRInt32 notify_pending; /* CV has destroy pending notification */
1425 sem_id sem; /* the underlying lock */
1428 volatile int32 nw; /* the number waiting */
1429 volatile int32 ns; /* the number signalling */
1430 long signalBenCount; /* the number waiting on the underlying sem */
1432 PRCList condQ; /* Condition variable wait Q */
1433 _MDLock ilock; /* Internal Lock to protect condQ */
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/include/private/
H A Dprimpl.h1427 struct PRCondVar { struct
1428 PRLock *lock; /* associated lock that protects the condition */
1430 pthread_cond_t cv; /* underlying pthreads condition */
1431 PRInt32 notify_pending; /* CV has destroy pending notification */
1433 sem_id sem; /* the underlying lock */
1436 volatile int32 nw; /* the number waiting */
1437 volatile int32 ns; /* the number signalling */
1438 long signalBenCount; /* the number waiting on the underlying sem */
1440 PRCList condQ; /* Condition variable wait Q */
1441 _MDLock ilock; /* Internal Lock to protect condQ */
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/include/private/
H A Dprimpl.h1428 struct PRCondVar { struct
1429 PRLock *lock; /* associated lock that protects the condition */
1431 pthread_cond_t cv; /* underlying pthreads condition */
1432 PRInt32 notify_pending; /* CV has destroy pending notification */
1434 sem_id sem; /* the underlying lock */
1437 volatile int32 nw; /* the number waiting */
1438 volatile int32 ns; /* the number signalling */
1439 long signalBenCount; /* the number waiting on the underlying sem */
1441 PRCList condQ; /* Condition variable wait Q */
1442 _MDLock ilock; /* Internal Lock to protect condQ */
[all …]
/dports/devel/nspr/nspr-4.33/nspr/pr/include/private/
H A Dprimpl.h1419 struct PRCondVar { struct
1420 PRLock *lock; /* associated lock that protects the condition */
1422 pthread_cond_t cv; /* underlying pthreads condition */
1423 PRInt32 notify_pending; /* CV has destroy pending notification */
1425 sem_id sem; /* the underlying lock */
1428 volatile int32 nw; /* the number waiting */
1429 volatile int32 ns; /* the number signalling */
1430 long signalBenCount; /* the number waiting on the underlying sem */
1432 PRCList condQ; /* Condition variable wait Q */
1433 _MDLock ilock; /* Internal Lock to protect condQ */
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/include/private/
H A Dprimpl.h1419 struct PRCondVar { struct
1420 PRLock *lock; /* associated lock that protects the condition */
1422 pthread_cond_t cv; /* underlying pthreads condition */
1423 PRInt32 notify_pending; /* CV has destroy pending notification */
1425 sem_id sem; /* the underlying lock */
1428 volatile int32 nw; /* the number waiting */
1429 volatile int32 ns; /* the number signalling */
1430 long signalBenCount; /* the number waiting on the underlying sem */
1432 PRCList condQ; /* Condition variable wait Q */
1433 _MDLock ilock; /* Internal Lock to protect condQ */
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/include/private/
H A Dprimpl.h1419 struct PRCondVar { struct
1420 PRLock *lock; /* associated lock that protects the condition */
1422 pthread_cond_t cv; /* underlying pthreads condition */
1423 PRInt32 notify_pending; /* CV has destroy pending notification */
1425 sem_id sem; /* the underlying lock */
1428 volatile int32 nw; /* the number waiting */
1429 volatile int32 ns; /* the number signalling */
1430 long signalBenCount; /* the number waiting on the underlying sem */
1432 PRCList condQ; /* Condition variable wait Q */
1433 _MDLock ilock; /* Internal Lock to protect condQ */
[all …]
/dports/devel/libvirt/libvirt-7.10.0/src/vbox/
H A Dvbox_CAPI_v5_2.h500 typedef struct PRCondVar PRCondVar; typedef
H A Dvbox_CAPI_v6_0.h500 typedef struct PRCondVar PRCondVar; typedef
H A Dvbox_CAPI_v6_1.h500 typedef struct PRCondVar PRCondVar; typedef