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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dthrpool_server.c141 PRInt32 msg_num; member in struct:Session
164 PR_ASSERT(sp->msg_num < num_tcp_mesgs_per_connection);
182 DPRINTF(("serve_client: read complete, msg(%d) \n", sp->msg_num));
204 PR_ASSERT(sp->msg_num < num_tcp_mesgs_per_connection);
212 DPRINTF(("serve_client: write complete, msg(%d) \n", sp->msg_num));
213 sp->msg_num++;
214 if (sp->msg_num < num_tcp_mesgs_per_connection) {
223 DPRINTF(("serve_client: read/write complete, msg(%d) \n", sp->msg_num));
266 sp->msg_num = 0;

Completed in 286 milliseconds