Searched refs:threaded (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c68 static boolean_t threaded = FALSE; variable
90 fprintf(stderr, " -threaded\t\tuse (p)threads\n");
148 } else if (0 == strcmp("-threaded", argv[0])) {
149 threaded = TRUE;
614 if (threaded) {
640 if (threaded) {
H A DKQMPMMtest.c70 static boolean_t threaded = FALSE; variable
91 fprintf(stderr, " -threaded\t\tuse (p)threads\n");
149 } else if (0 == strcmp("-threaded", argv[0])) {
150 threaded = TRUE;
667 if (threaded) {
693 if (threaded) {

Completed in 23 milliseconds