Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/threads/
H A Dprcthr.c169 if ((NULL != victim) && (!(thread->flags & _PR_INTERRUPT_BLOCKED))) { in PR_Interrupt()
197 if (!(thread->flags & _PR_INTERRUPT_BLOCKED)) { in PR_Interrupt()
208 if (!(thread->flags & _PR_INTERRUPT_BLOCKED)) { in PR_Interrupt()
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/threads/
H A Dprcthr.c169 if ((NULL != victim) && (!(thread->flags & _PR_INTERRUPT_BLOCKED))) { in PR_Interrupt()
197 if (!(thread->flags & _PR_INTERRUPT_BLOCKED)) { in PR_Interrupt()
208 if (!(thread->flags & _PR_INTERRUPT_BLOCKED)) { in PR_Interrupt()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/threads/
H A Dprcthr.c161 if ((NULL != victim) && (!(thread->flags & _PR_INTERRUPT_BLOCKED))) { in PR_Interrupt()
184 if (!(thread->flags & _PR_INTERRUPT_BLOCKED)) in PR_Interrupt()
194 if (!(thread->flags & _PR_INTERRUPT_BLOCKED)) in PR_Interrupt()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/threads/
H A Dprcthr.c161 if ((NULL != victim) && (!(thread->flags & _PR_INTERRUPT_BLOCKED))) { in PR_Interrupt()
184 if (!(thread->flags & _PR_INTERRUPT_BLOCKED)) in PR_Interrupt()
194 if (!(thread->flags & _PR_INTERRUPT_BLOCKED)) in PR_Interrupt()
/dports/devel/nspr/nspr-4.33/nspr/pr/src/threads/
H A Dprcthr.c169 if ((NULL != victim) && (!(thread->flags & _PR_INTERRUPT_BLOCKED))) { in PR_Interrupt()
197 if (!(thread->flags & _PR_INTERRUPT_BLOCKED)) { in PR_Interrupt()
208 if (!(thread->flags & _PR_INTERRUPT_BLOCKED)) { in PR_Interrupt()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/threads/
H A Dprcthr.c169 if ((NULL != victim) && (!(thread->flags & _PR_INTERRUPT_BLOCKED))) { in PR_Interrupt()
197 if (!(thread->flags & _PR_INTERRUPT_BLOCKED)) { in PR_Interrupt()
208 if (!(thread->flags & _PR_INTERRUPT_BLOCKED)) { in PR_Interrupt()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/threads/
H A Dprcthr.c169 if ((NULL != victim) && (!(thread->flags & _PR_INTERRUPT_BLOCKED))) { in PR_Interrupt()
197 if (!(thread->flags & _PR_INTERRUPT_BLOCKED)) { in PR_Interrupt()
208 if (!(thread->flags & _PR_INTERRUPT_BLOCKED)) { in PR_Interrupt()
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/include/private/
H A Dprimpl.h564 #define _PR_INTERRUPT_BLOCKED 0x1000 /* interrupts blocked */ macro
610 (!((thr)->flags & _PR_INTERRUPT_BLOCKED) && ((thr)->flags & _PR_INTERRUPT))
612 (thr->flags |= _PR_INTERRUPT_BLOCKED)
614 (thr->flags &= ~_PR_INTERRUPT_BLOCKED)
/dports/www/firefox/firefox-99.0/nsprpub/pr/include/private/
H A Dprimpl.h564 #define _PR_INTERRUPT_BLOCKED 0x1000 /* interrupts blocked */ macro
610 (!((thr)->flags & _PR_INTERRUPT_BLOCKED) && ((thr)->flags & _PR_INTERRUPT))
612 (thr->flags |= _PR_INTERRUPT_BLOCKED)
614 (thr->flags &= ~_PR_INTERRUPT_BLOCKED)
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/include/private/
H A Dprimpl.h568 #define _PR_INTERRUPT_BLOCKED 0x1000 /* interrupts blocked */ macro
614 (!((thr)->flags & _PR_INTERRUPT_BLOCKED) && ((thr)->flags & _PR_INTERRUPT))
616 (thr->flags |= _PR_INTERRUPT_BLOCKED)
618 (thr->flags &= ~_PR_INTERRUPT_BLOCKED)
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/include/private/
H A Dprimpl.h576 #define _PR_INTERRUPT_BLOCKED 0x1000 /* interrupts blocked */ macro
622 (!((thr)->flags & _PR_INTERRUPT_BLOCKED) && ((thr)->flags & _PR_INTERRUPT))
624 (thr->flags |= _PR_INTERRUPT_BLOCKED)
626 (thr->flags &= ~_PR_INTERRUPT_BLOCKED)
/dports/devel/nspr/nspr-4.33/nspr/pr/include/private/
H A Dprimpl.h564 #define _PR_INTERRUPT_BLOCKED 0x1000 /* interrupts blocked */ macro
610 (!((thr)->flags & _PR_INTERRUPT_BLOCKED) && ((thr)->flags & _PR_INTERRUPT))
612 (thr->flags |= _PR_INTERRUPT_BLOCKED)
614 (thr->flags &= ~_PR_INTERRUPT_BLOCKED)
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/include/private/
H A Dprimpl.h564 #define _PR_INTERRUPT_BLOCKED 0x1000 /* interrupts blocked */ macro
610 (!((thr)->flags & _PR_INTERRUPT_BLOCKED) && ((thr)->flags & _PR_INTERRUPT))
612 (thr->flags |= _PR_INTERRUPT_BLOCKED)
614 (thr->flags &= ~_PR_INTERRUPT_BLOCKED)
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/include/private/
H A Dprimpl.h564 #define _PR_INTERRUPT_BLOCKED 0x1000 /* interrupts blocked */ macro
610 (!((thr)->flags & _PR_INTERRUPT_BLOCKED) && ((thr)->flags & _PR_INTERRUPT))
612 (thr->flags |= _PR_INTERRUPT_BLOCKED)
614 (thr->flags &= ~_PR_INTERRUPT_BLOCKED)