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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlock.c97 static PRFileDesc *std_err = NULL; variable
209 std_err, "Access ratio: %u to %u\n",
246 if (debug_mode) PR_fprintf(std_err, "Reentrant thread created\n");
248 if (debug_mode) PR_fprintf(std_err, "Reentrant thread acquired monitor\n");
250 if (debug_mode) PR_fprintf(std_err, "Reentrant thread released monitor\n");
258 if (debug_mode) PR_fprintf(std_err, "\nMonitor created for reentrant test\n");
262 if (debug_mode) PR_fprintf(std_err, "Monitor acquired twice\n");
271 if (debug_mode) PR_fprintf(std_err, "Monitor released first time\n");
274 if (debug_mode) PR_fprintf(std_err, "Monitor released second time\n");
277 if (debug_mode) PR_fprintf(std_err,
[all...]

Completed in 1707 milliseconds