Searched defs:PR_CreateThread (Results 1 - 11 of 11) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/ |
H A D | prthread.h | 82 #define PR_CreateThread VBoxNsprPR_CreateThread macro 156 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/ |
H A D | btthread.c | 290 PR_CreateThread (PRThreadType type, void (*start)(void* arg), void* arg, function
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/ |
H A D | pruthr.c | 1423 PR_IMPLEMENT(PRThread*) PR_CreateThread(PRThreadType type, function
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ |
H A D | ptthread.c | 177 * 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 D | VBoxCAPI_v3_0.h | 326 # define PR_CreateThread VBoxNsprPR_CreateThread macro 373 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
|
H A D | VBoxCAPI_v3_1.h | 326 # define PR_CreateThread VBoxNsprPR_CreateThread macro 373 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
|
H A D | VBoxCAPI_v3_2.h | 326 # define PR_CreateThread VBoxNsprPR_CreateThread macro 373 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
|
H A D | VBoxCAPI_v4_0.h | 326 # define PR_CreateThread VBoxNsprPR_CreateThread macro 373 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
|
H A D | VBoxCAPI_v4_1.h | 326 # define PR_CreateThread VBoxNsprPR_CreateThread macro 373 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
|
H A D | VBoxCAPI_v4_2.h | 326 # define PR_CreateThread VBoxNsprPR_CreateThread macro 373 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
|
H A D | VBoxCAPI_v4_3.h | 390 # define PR_CreateThread VBoxNsprPR_CreateThread macro 437 NSPR_API(PRThread*) PR_CreateThread(PRThreadType type,
|
Completed in 673 milliseconds