Home
last modified time | relevance | path

Searched defs:PRMonitor (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/include/
H A Dprmon.h14 typedef struct PRMonitor PRMonitor; typedef
85 #define PR_ASSERT_CURRENT_THREAD_IN_MONITOR(/* PRMonitor* */ mon) \ argument
88 #define PR_ASSERT_CURRENT_THREAD_IN_MONITOR(/* PRMonitor* */ mon) argument
/dports/www/firefox/firefox-99.0/nsprpub/pr/include/
H A Dprmon.h14 typedef struct PRMonitor PRMonitor; typedef
85 #define PR_ASSERT_CURRENT_THREAD_IN_MONITOR(/* PRMonitor* */ mon) \ argument
88 #define PR_ASSERT_CURRENT_THREAD_IN_MONITOR(/* PRMonitor* */ mon) argument
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/include/
H A Dprmon.h14 typedef struct PRMonitor PRMonitor; typedef
85 #define PR_ASSERT_CURRENT_THREAD_IN_MONITOR(/* PRMonitor* */ mon) \ argument
88 #define PR_ASSERT_CURRENT_THREAD_IN_MONITOR(/* PRMonitor* */ mon) argument
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/include/
H A Dprmon.h14 typedef struct PRMonitor PRMonitor; typedef
85 #define PR_ASSERT_CURRENT_THREAD_IN_MONITOR(/* PRMonitor* */ mon) \ argument
88 #define PR_ASSERT_CURRENT_THREAD_IN_MONITOR(/* PRMonitor* */ mon) argument
/dports/devel/nspr/nspr-4.33/nspr/pr/include/
H A Dprmon.h14 typedef struct PRMonitor PRMonitor; typedef
85 #define PR_ASSERT_CURRENT_THREAD_IN_MONITOR(/* PRMonitor* */ mon) \ argument
88 #define PR_ASSERT_CURRENT_THREAD_IN_MONITOR(/* PRMonitor* */ mon) argument
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/include/
H A Dprmon.h14 typedef struct PRMonitor PRMonitor; typedef
85 #define PR_ASSERT_CURRENT_THREAD_IN_MONITOR(/* PRMonitor* */ mon) \ argument
88 #define PR_ASSERT_CURRENT_THREAD_IN_MONITOR(/* PRMonitor* */ mon) argument
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/include/
H A Dprmon.h14 typedef struct PRMonitor PRMonitor; typedef
85 #define PR_ASSERT_CURRENT_THREAD_IN_MONITOR(/* PRMonitor* */ mon) \ argument
88 #define PR_ASSERT_CURRENT_THREAD_IN_MONITOR(/* PRMonitor* */ mon) argument
/dports/www/firefox/firefox-99.0/docs/nspr/reference/
H A Dprmonitor.rst1 PRMonitor chapter
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/include/private/
H A Dprimpl.h1440 struct PRMonitor { struct
1444 * of the PRMonitor, instead of being held argument
1454 * newly created PRMonitor, and argument
1462 * of the PRMonitor, instead of being held argument
1466 PRThread *owner; /* the owner of the monitor or invalid */
1467 PRCondVar entryCV; /* for threads waiting to enter the monitor */
1469 PRCondVar waitCV; /* for threads waiting on the monitor */
1471 PRUint32 entryCount; /* # of times re-entered */
1472 PRIntn notifyTimes; /* number of pending notifies for waitCV.
/dports/www/firefox/firefox-99.0/nsprpub/pr/include/private/
H A Dprimpl.h1440 struct PRMonitor { struct
1444 * of the PRMonitor, instead of being held argument
1454 * newly created PRMonitor, and argument
1462 * of the PRMonitor, instead of being held argument
1466 PRThread *owner; /* the owner of the monitor or invalid */
1467 PRCondVar entryCV; /* for threads waiting to enter the monitor */
1469 PRCondVar waitCV; /* for threads waiting on the monitor */
1471 PRUint32 entryCount; /* # of times re-entered */
1472 PRIntn notifyTimes; /* number of pending notifies for waitCV.
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/include/private/
H A Dprimpl.h1448 struct PRMonitor { struct
1452 * of the PRMonitor, instead of being held argument
1462 * newly created PRMonitor, and argument
1470 * of the PRMonitor, instead of being held argument
1474 PRThread *owner; /* the owner of the monitor or invalid */
1475 PRCondVar entryCV; /* for threads waiting to enter the monitor */
1477 PRCondVar waitCV; /* for threads waiting on the monitor */
1479 PRUint32 entryCount; /* # of times re-entered */
1480 PRIntn notifyTimes; /* number of pending notifies for waitCV.
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/include/private/
H A Dprimpl.h1449 struct PRMonitor { struct
1453 * of the PRMonitor, instead of being held argument
1463 * newly created PRMonitor, and argument
1471 * of the PRMonitor, instead of being held argument
1475 PRThread *owner; /* the owner of the monitor or invalid */
1476 PRCondVar entryCV; /* for threads waiting to enter the monitor */
1478 PRCondVar waitCV; /* for threads waiting on the monitor */
1480 PRUint32 entryCount; /* # of times re-entered */
1481 PRIntn notifyTimes; /* number of pending notifies for waitCV.
/dports/devel/nspr/nspr-4.33/nspr/pr/include/private/
H A Dprimpl.h1440 struct PRMonitor { struct
1444 * of the PRMonitor, instead of being held argument
1454 * newly created PRMonitor, and argument
1462 * of the PRMonitor, instead of being held argument
1466 PRThread *owner; /* the owner of the monitor or invalid */
1467 PRCondVar entryCV; /* for threads waiting to enter the monitor */
1469 PRCondVar waitCV; /* for threads waiting on the monitor */
1471 PRUint32 entryCount; /* # of times re-entered */
1472 PRIntn notifyTimes; /* number of pending notifies for waitCV.
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/include/private/
H A Dprimpl.h1440 struct PRMonitor { struct
1444 * of the PRMonitor, instead of being held argument
1454 * newly created PRMonitor, and argument
1462 * of the PRMonitor, instead of being held argument
1466 PRThread *owner; /* the owner of the monitor or invalid */
1467 PRCondVar entryCV; /* for threads waiting to enter the monitor */
1469 PRCondVar waitCV; /* for threads waiting on the monitor */
1471 PRUint32 entryCount; /* # of times re-entered */
1472 PRIntn notifyTimes; /* number of pending notifies for waitCV.
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/include/private/
H A Dprimpl.h1440 struct PRMonitor { struct
1444 * of the PRMonitor, instead of being held argument
1454 * newly created PRMonitor, and argument
1462 * of the PRMonitor, instead of being held argument
1466 PRThread *owner; /* the owner of the monitor or invalid */
1467 PRCondVar entryCV; /* for threads waiting to enter the monitor */
1469 PRCondVar waitCV; /* for threads waiting on the monitor */
1471 PRUint32 entryCount; /* # of times re-entered */
1472 PRIntn notifyTimes; /* number of pending notifies for waitCV.
/dports/devel/libvirt/libvirt-7.10.0/src/vbox/
H A Dvbox_CAPI_v5_2.h390 typedef struct PRMonitor PRMonitor; typedef
H A Dvbox_CAPI_v6_0.h390 typedef struct PRMonitor PRMonitor; typedef
H A Dvbox_CAPI_v6_1.h390 typedef struct PRMonitor PRMonitor; typedef