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

/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Darena.c52 PRIntn threadCount = 0; variable
263 threadCount--;
292 threadCount++;
298 while ( threadCount != 0 )
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/
H A Dbtthread.c60 PRInt32 threadCount; /* user thred count */ member in struct:_BT_Bookeeping
248 bt_book.threadCount--;
250 if (bt_book.threadCount == 0 && bt_book.cleanUpSem != B_ERROR) {
324 bt_book.threadCount++;
630 if (bt_book.threadCount != 0)
682 bt_book.threadCount++;
/vbox/src/VBox/RDP/client-1.8.3/
H A Dscard.c89 static int threadCount = 0; variable
2601 threadCount++;

Completed in 73 milliseconds