Home
last modified time | relevance | path

Searched refs:_PT_IS_GCABLE_THREAD (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/pthreads/
H A Dptthread.c1327 if (_PT_IS_GCABLE_THREAD(thred))
1388 PR_ASSERT(_PT_IS_GCABLE_THREAD(me));
1572 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) {
1582 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) {
1616 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) {
1625 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) {
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/pthreads/
H A Dptthread.c1327 if (_PT_IS_GCABLE_THREAD(thred)) in PR_EnumerateThreads()
1388 PR_ASSERT(_PT_IS_GCABLE_THREAD(me)); in suspend_signal_handler()
1572 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) { in PR_SuspendAll()
1582 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) { in PR_SuspendAll()
1616 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) { in PR_ResumeAll()
1625 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) { in PR_ResumeAll()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/pthreads/
H A Dptthread.c1284 if (_PT_IS_GCABLE_THREAD(thred)) in PR_EnumerateThreads()
1344 PR_ASSERT(_PT_IS_GCABLE_THREAD(me)); in suspend_signal_handler()
1538 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) in PR_SuspendAll()
1547 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) in PR_SuspendAll()
1580 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) in PR_ResumeAll()
1588 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) in PR_ResumeAll()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/pthreads/
H A Dptthread.c1332 if (_PT_IS_GCABLE_THREAD(thred)) in PR_EnumerateThreads()
1396 PR_ASSERT(_PT_IS_GCABLE_THREAD(me)); in suspend_signal_handler()
1590 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) in PR_SuspendAll()
1599 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) in PR_SuspendAll()
1632 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) in PR_ResumeAll()
1640 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) in PR_ResumeAll()
/dports/devel/nspr/nspr-4.33/nspr/pr/src/pthreads/
H A Dptthread.c1327 if (_PT_IS_GCABLE_THREAD(thred)) in PR_EnumerateThreads()
1388 PR_ASSERT(_PT_IS_GCABLE_THREAD(me)); in suspend_signal_handler()
1572 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) { in PR_SuspendAll()
1582 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) { in PR_SuspendAll()
1616 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) { in PR_ResumeAll()
1625 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) { in PR_ResumeAll()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/pthreads/
H A Dptthread.c1327 if (_PT_IS_GCABLE_THREAD(thred)) in PR_EnumerateThreads()
1388 PR_ASSERT(_PT_IS_GCABLE_THREAD(me)); in suspend_signal_handler()
1572 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) { in PR_SuspendAll()
1582 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) { in PR_SuspendAll()
1616 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) { in PR_ResumeAll()
1625 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) { in PR_ResumeAll()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/pthreads/
H A Dptthread.c1327 if (_PT_IS_GCABLE_THREAD(thred)) in PR_EnumerateThreads()
1388 PR_ASSERT(_PT_IS_GCABLE_THREAD(me)); in suspend_signal_handler()
1572 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) { in PR_SuspendAll()
1582 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) { in PR_SuspendAll()
1616 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) { in PR_ResumeAll()
1625 if ((thred != me) && _PT_IS_GCABLE_THREAD(thred)) { in PR_ResumeAll()
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/include/private/
H A Dprimpl.h155 #define _PT_IS_GCABLE_THREAD(thr) ((thr)->state & PT_THREAD_GCABLE) macro
/dports/www/firefox/firefox-99.0/nsprpub/pr/include/private/
H A Dprimpl.h155 #define _PT_IS_GCABLE_THREAD(thr) ((thr)->state & PT_THREAD_GCABLE) macro
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/include/private/
H A Dprimpl.h159 #define _PT_IS_GCABLE_THREAD(thr) ((thr)->state & PT_THREAD_GCABLE) macro
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/include/private/
H A Dprimpl.h167 #define _PT_IS_GCABLE_THREAD(thr) ((thr)->state & PT_THREAD_GCABLE) macro
/dports/devel/nspr/nspr-4.33/nspr/pr/include/private/
H A Dprimpl.h155 #define _PT_IS_GCABLE_THREAD(thr) ((thr)->state & PT_THREAD_GCABLE) macro
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/include/private/
H A Dprimpl.h155 #define _PT_IS_GCABLE_THREAD(thr) ((thr)->state & PT_THREAD_GCABLE) macro
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/include/private/
H A Dprimpl.h155 #define _PT_IS_GCABLE_THREAD(thr) ((thr)->state & PT_THREAD_GCABLE) macro