Searched defs:ServerThread (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dsendzlf.c108 static void ServerThread(void *arg) function
226 ServerThread, listenSock,
H A Dmultiwait.c501 static void PR_CALLBACK ServerThread(void *arg) function
569 } /* ServerThread */
591 PR_USER_THREAD, ServerThread, shared,
H A Dserver_test.c495 PRThread *ServerThread; local
499 ServerThread = PR_CreateThread(
507 if (!ServerThread) {
523 PR_JoinThread(ServerThread);
H A Dservr_kk.c472 PRThread *ServerThread; local
476 ServerThread = PR_CreateThread(
484 if (!ServerThread) {
500 PR_JoinThread(ServerThread);
H A Dservr_ku.c473 PRThread *ServerThread; local
477 ServerThread = PR_CreateThread(
485 if (!ServerThread) {
501 PR_JoinThread(ServerThread);
H A Dservr_uk.c475 PRThread *ServerThread; local
479 ServerThread = PR_CreateThread(
487 if (!ServerThread) {
503 PR_JoinThread(ServerThread);
H A Dservr_uu.c473 PRThread *ServerThread; local
477 ServerThread = PR_CreateThread(
485 if (!ServerThread) {
501 PR_JoinThread(ServerThread);

Completed in 86 milliseconds