Searched refs:PT_THREAD_SYSTEM (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptthread.c239 if (thred->state & PT_THREAD_SYSTEM)
462 thred->state |= PT_THREAD_SYSTEM;
540 if (thred->state & PT_THREAD_SYSTEM)
715 return (thred->state & PT_THREAD_SYSTEM) ?
955 thred->state |= PT_THREAD_SYSTEM;
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h187 #define PT_THREAD_SYSTEM 0x04 /* system (not user) thread */ macro

Completed in 65 milliseconds