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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dmany_cv.c74 PRIntn nc, loops = 1, cvs = 10; local
87 cvs = atoi(opt->value);
101 PR_fprintf(err, "\tConditions / lock: %d\n", cvs);
107 cv = (PRCondVar**)PR_CALLOC(sizeof(PRCondVar*) * cvs);
110 for (index = 0; index < cvs; ++index)
119 for (nl = 0; nl < cvs; ++nl)
129 for (index = 0; index < cvs; ++index)

Completed in 50 milliseconds