Searched defs:PR_CreateThread (Results 1 - 11 of 11) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprthread.h82 #define PR_CreateThread VBoxNsprPR_CreateThread macro
156 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/
H A Dbtthread.c290 PR_CreateThread (PRThreadType type, void (*start)(void* arg), void* arg, function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dpruthr.c1423 PR_IMPLEMENT(PRThread*) PR_CreateThread(PRThreadType type, function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptthread.c177 * that thred->id is set before PR_CreateThread() returns.
229 * At this moment, PR_CreateThread() may not have set thred->id yet.
231 * PR_CreateThread() has set thred->id.
556 * PR_CreateThread() returns. (See comments in _pt_root().)
561 * If the new thread is detached, tell it that PR_CreateThread()
582 PR_IMPLEMENT(PRThread*) PR_CreateThread( function
589 } /* PR_CreateThread */
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_0.h326 # define PR_CreateThread VBoxNsprPR_CreateThread macro
373 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
H A DVBoxCAPI_v3_1.h326 # define PR_CreateThread VBoxNsprPR_CreateThread macro
373 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
H A DVBoxCAPI_v3_2.h326 # define PR_CreateThread VBoxNsprPR_CreateThread macro
373 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
H A DVBoxCAPI_v4_0.h326 # define PR_CreateThread VBoxNsprPR_CreateThread macro
373 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
H A DVBoxCAPI_v4_1.h326 # define PR_CreateThread VBoxNsprPR_CreateThread macro
373 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
H A DVBoxCAPI_v4_2.h326 # define PR_CreateThread VBoxNsprPR_CreateThread macro
373 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
H A DVBoxCAPI_v4_3.h390 # define PR_CreateThread VBoxNsprPR_CreateThread macro
437 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,

Completed in 264 milliseconds