Searched refs:clientThread (Results 1 - 14 of 14) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dzerolen.c125 PRThread *clientThread; local
158 clientThread = PR_CreateThread(PR_USER_THREAD,
161 if (NULL == clientThread) {
191 if (PR_JoinThread(clientThread) == PR_FAILURE) {
199 clientThread = PR_CreateThread(PR_USER_THREAD,
202 if (NULL == clientThread) {
230 if (PR_JoinThread(clientThread) == PR_FAILURE) {
238 clientThread = PR_CreateThread(PR_USER_THREAD,
241 if (NULL == clientThread) {
269 if (PR_JoinThread(clientThread)
[all...]
H A Dforktest.c142 PRThread *clientThread; local
177 clientThread = PR_CreateThread( PR_USER_THREAD, ClientThreadFunc,
180 if (clientThread == NULL) {
211 PR_JoinThread(clientThread);
H A Dprpoll.c95 PRThread *clientThread; local
226 clientThread = PR_CreateThread(PR_USER_THREAD,
230 if (clientThread == NULL) {
235 clientThread = PR_CreateThread(PR_USER_THREAD,
239 if (clientThread == NULL) {
244 clientThread = PR_CreateThread(PR_USER_THREAD,
248 if (clientThread == NULL) {
H A Dprselect.c129 PRThread *clientThread; local
269 clientThread = PR_CreateThread(PR_USER_THREAD,
273 if (clientThread == NULL) {
278 clientThread = PR_CreateThread(PR_USER_THREAD,
282 if (clientThread == NULL) {
H A Dselct_nm.c112 PRThread *clientThread; local
203 clientThread = PR_CreateThread(PR_USER_THREAD,
207 if (clientThread == NULL) {
213 clientThread = PR_CreateThread(PR_USER_THREAD,
217 if (clientThread == NULL) {
H A Dsendzlf.c190 PRThread *clientThread; local
218 clientThread = PR_CreateThread(PR_USER_THREAD,
221 if (NULL == clientThread) {
232 if (PR_JoinThread(clientThread) == PR_FAILURE) {
H A Dpoll_nm.c134 PRThread *clientThread; local
252 clientThread = PR_CreateThread(PR_USER_THREAD,
256 if (clientThread == NULL) {
262 clientThread = PR_CreateThread(PR_USER_THREAD,
266 if (clientThread == NULL) {
H A Daccept.c104 static PRThread *clientThread; variable
250 clientThread = PR_CreateThread(PR_USER_THREAD, ClientThread,
253 if (!clientThread) {
381 PR_JoinThread(clientThread);
H A Dnonblock.c160 PRThread *clientThread; local
197 clientThread = PR_CreateThread(PR_USER_THREAD,
201 if (clientThread == NULL) {
H A Dserver_test.c465 PRThread *clientThread; local
468 clientThread = PR_CreateThread(
477 if (!clientThread) {
H A Dservr_kk.c442 PRThread *clientThread; local
445 clientThread = PR_CreateThread(
454 if (!clientThread) {
H A Dservr_ku.c443 PRThread *clientThread; local
446 clientThread = PR_CreateThread(
455 if (!clientThread) {
H A Dservr_uk.c445 PRThread *clientThread; local
448 clientThread = PR_CreateThread(
457 if (!clientThread) {
H A Dservr_uu.c443 PRThread *clientThread; local
446 clientThread = PR_CreateThread(
455 if (!clientThread) {

Completed in 80 milliseconds