Searched refs:Serve_Client (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dthrpool_server.c241 * Serve_Client
247 Serve_Client(void *arg) function
306 * Starts a Serve_Client job for each incoming connection, to read
482 * Start a Serve_Client job for each incoming connection
494 jobp = PR_QueueJob(tp, Serve_Client, scp,
498 DPRINTF(("TCP_Server: Created Serve_Client = 0x%lx\n", jobp));
H A Dsocket.c277 * Serve_Client
283 Serve_Client(void *arg) function
305 fprintf(stderr,"prsocket_test: ERROR - Serve_Client:readn\n");
316 DPRINTF(("Serve_Client [0x%lx]: inbuf[0] = 0x%lx\n",PR_GetCurrentThread(),
319 fprintf(stderr,"prsocket_test: ERROR - Serve_Client:writen\n");
400 * Start a Serve_Client thread for each incoming connection.
491 * Start a Serve_Client thread for each incoming connection
497 Serve_Client, (void *)scp,
507 DPRINTF(("TCP_Server: Created Serve_Client = 0x%lx\n", t));
1839 * Start a Serve_Client threa
[all...]

Completed in 2462 milliseconds