Searched refs:PR_CreateThread (Results 1 - 25 of 114) sorted by relevance

12345

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Daffinity.c70 t = PR_CreateThread(PR_USER_THREAD,
85 t = PR_CreateThread(PR_USER_THREAD,
100 t = PR_CreateThread(PR_USER_THREAD,
H A Dsproc_ch.c91 PR_CreateThread(PR_USER_THREAD, SegFault, NULL,
110 PR_CreateThread(PR_USER_THREAD, NeverStops, NULL,
H A Dsproc_p.c93 PR_CreateThread(PR_USER_THREAD, NeverStops, NULL,
H A Dshort_thread.c74 PR_CreateThread (PR_USER_THREAD, housecleaning, (void*)&thread_start_time,
78 "simple_test: Error - PR_CreateThread failed: (%ld, %ld)\n",
H A Dexit.c103 (void)PR_CreateThread(
107 (void)PR_CreateThread(
H A Djoinkk.c96 low = PR_CreateThread(PR_USER_THREAD,
108 high = PR_CreateThread(PR_USER_THREAD,
H A Djoinku.c97 low = PR_CreateThread(PR_USER_THREAD,
109 high = PR_CreateThread(PR_USER_THREAD,
H A Djoinuk.c95 low = PR_CreateThread(PR_USER_THREAD,
107 high = PR_CreateThread(PR_USER_THREAD,
H A Djoinuu.c97 low = PR_CreateThread(PR_USER_THREAD,
109 high = PR_CreateThread(PR_USER_THREAD,
H A Djoin.c125 low = PR_CreateThread(PR_USER_THREAD,
137 high = PR_CreateThread(PR_USER_THREAD,
172 thread = PR_CreateThread(PR_USER_THREAD,
H A Dprpollml.c123 thread = PR_CreateThread(PR_USER_THREAD, ThreadFunc, NULL,
126 fprintf(stderr, "PR_CreateThread failed\n");
133 thread = PR_CreateThread(PR_USER_THREAD, ThreadFunc, NULL,
136 fprintf(stderr, "PR_CreateThread failed\n");
143 thread = PR_CreateThread(PR_USER_THREAD, ThreadFunc, NULL,
146 fprintf(stderr, "PR_CreateThread failed\n");
H A Dyield.c77 a[index] = PR_CreateThread(PR_USER_THREAD,
H A Dintrupt.c268 abortCV = PR_CreateThread(
280 abortJoin = PR_CreateThread(
294 abortIO = PR_CreateThread(
324 intrBlock = PR_CreateThread(
358 intrupt = PR_CreateThread(
H A Dntioto.c283 tConnect = PR_CreateThread(
290 tJitter = PR_CreateThread(
297 tAccept = PR_CreateThread(
H A Dinstrumt.c249 t1 = PR_CreateThread(PR_USER_THREAD,
257 t2 = PR_CreateThread(PR_USER_THREAD,
265 t3 = PR_CreateThread(PR_USER_THREAD,
273 t4 = PR_CreateThread(PR_USER_THREAD,
396 t1 = PR_CreateThread(PR_USER_THREAD,
404 t2 = PR_CreateThread(PR_USER_THREAD,
H A Dxnotify.c148 t2 = PR_CreateThread(
153 t3 = PR_CreateThread(
226 t2 = PR_CreateThread(
231 t3 = PR_CreateThread(
312 t2 = PR_CreateThread(
317 t3 = PR_CreateThread(
H A Dfileio.c212 r = PR_CreateThread(PR_USER_THREAD,
219 w = PR_CreateThread(PR_USER_THREAD,
H A Dintrio.c121 iothread = PR_CreateThread(
132 abortio = PR_CreateThread(
H A Dthreads.c72 thr = PR_CreateThread(PR_USER_THREAD,
105 thr = PR_CreateThread(PR_USER_THREAD,
H A Dcleanup.c122 (void)PR_CreateThread(
H A Dinitclk.c82 thread = PR_CreateThread(
H A Dlazyinit.c99 case 2: thread = PR_CreateThread(
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestAutoLock.cpp77 PR_CreateThread(PR_SYSTEM_THREAD,
/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/lib/prstreams/tests/testprstrm/
H A Dtestprstrm.cpp177 PRThread *thr1 = PR_CreateThread(PR_SYSTEM_THREAD,
184 PRThread *thr2 = PR_CreateThread(PR_SYSTEM_THREAD,
192 PRThread *thr3 = PR_CreateThread(PR_SYSTEM_THREAD,

Completed in 430 milliseconds

12345