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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dthrpool_client.c289 PRInt32 connections = 0; local
293 connections = 0;
315 cparamp->exit_counter = &connections;
326 connections++;
332 while (0 != connections) {
334 DPRINTF(("Client job count = %d\n", connections));

Completed in 188 milliseconds