Searched refs:highCount (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
159 PR_USER_THREAD, High, highCount, PR_PRIORITY_HIGH,
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 941 milliseconds