Searched defs:PR_AttachThread (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2vaclegacy.s56 .globl PR_AttachThread
57 PR_AttachThread: label
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dpprthred.h55 #define PR_AttachThread VBoxNsprPR_AttachThread macro
114 NSPR_API(PRThread*) PR_AttachThread(PRThreadType type,
204 ** Same as PR_AttachThread except that the thread being attached is marked as
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/
H A Dbtthread.c349 PR_AttachThread(PRThreadType type, PRThreadPriority priority, function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dpruthr.c1504 PR_IMPLEMENT(PRThread*) PR_AttachThread(PRThreadType type, function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptthread.c282 * NSPR must have been initialized when PR_AttachThread is called.
283 * We cannot have PR_AttachThread call implicit initialization
284 * because if multiple threads call PR_AttachThread simultaneously,
610 PR_IMPLEMENT(PRThread*) PR_AttachThread( function
614 } /* PR_AttachThread */

Completed in 86 milliseconds