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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dperf.c314 static void SemaContextSwitch(PRThreadScope scope1, PRThreadScope scope2) function
334 fprintf(stderr, "SemaContextSwitch: cannot create thread\n");
336 DPRINTF(("SemaContextSwitch: created %s thread = 0x%lx\n",
349 fprintf(stderr, "SemaContextSwitch: cannot create thread\n");
351 DPRINTF(("SemaContextSwitch: created %s thread = 0x%lx\n",
369 SemaContextSwitch(PR_LOCAL_THREAD, PR_LOCAL_THREAD);
374 SemaContextSwitch(PR_LOCAL_THREAD, PR_GLOBAL_THREAD);
379 SemaContextSwitch(PR_GLOBAL_THREAD, PR_LOCAL_THREAD);
384 SemaContextSwitch(PR_GLOBAL_THREAD, PR_GLOBAL_THREAD);

Completed in 1881 milliseconds