Searched defs:_PR_CreateThread (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dpruthr.c263 * this lazily, when the thread is reused in _PR_CreateThread().
1114 PR_IMPLEMENT(PRThread*) _PR_CreateThread(PRThreadType type, function
1431 return _PR_CreateThread(type, start, arg, priority, scope, state,
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptthread.c317 static PRThread* _PR_CreateThread( function
514 ("_PR_CreateThread: no thread scheduling privilege"));
580 } /* _PR_CreateThread */
587 return _PR_CreateThread(
596 return _PR_CreateThread(

Completed in 62 milliseconds