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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dmany_cv.c54 PRInt32 ran = rand() >> 16; local
55 return ran;
121 PRInt32 ran = Random() % 8; local
122 if (0 == ran) PR_NotifyAllCondVar(cv[nl]);
123 else for (nc = 0; nc < ran; ++nc)

Completed in 57 milliseconds