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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dpriotest.c153 static void CreateThreads(PRUint32 *lowCount, PRUint32 *highCount) argument
156 PR_USER_THREAD, Low, lowCount, PR_PRIORITY_LOW,
167 PRUint32 totalCount, highCount = 0, lowCount = 0; local
214 CreateThreads(&lowCount, &highCount);
220 PR_fprintf(debug_out, "high : low :: %d : %d\n", highCount, lowCount);

Completed in 54 milliseconds