| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
| H A D | prio.c | 199 PR_IMPLEMENT(void) PT_FPrintStats(PRFileDesc *debug_out, const char *msg) argument
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/ |
| H A D | switch.cpp | 60 static PRFileDesc *debug_out = NULL; variable 106 if (verbosity) PR_fprintf(debug_out, "+"); 115 debug_out = PR_STDOUT; 118 debug_out, "Usage: >./switch [-d] [-c n] [-t n] [-T n] [-G]\n"); 120 debug_out, "-c n\tloops at thread level (default: %d)\n", DEFAULT_LOOPS); 122 debug_out, "-t n\tnumber of threads (default: %d)\n", DEFAULT_THREADS); 123 PR_fprintf(debug_out, "-d\tturn on debugging output (default: FALSE)\n"); 124 PR_fprintf(debug_out, "-v\tturn on verbose output (default: FALSE)\n"); 125 PR_fprintf(debug_out, "-G n\tglobal threads only (default: FALSE)\n"); 126 PR_fprintf(debug_out, " [all...] |
| /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
| H A D | pollable.c | 63 PRFileDesc *debug_out = NULL; variable 90 PR_fprintf(debug_out, "thread %d awakened\n", data->index); 102 PR_fprintf(debug_out, "thread %d posting event\n", data->index); 113 debug_out = PR_STDOUT; 116 debug_out, "Usage: pollable [-c n] [-t n] [-d] [-v] [-G] [-C n] [-D n]\n"); 118 debug_out, "-c n\tloops at thread level (default: %d)\n", DEFAULT_LOOPS); 120 debug_out, "-t n\tnumber of threads (default: %d)\n", DEFAULT_THREADS); 121 PR_fprintf(debug_out, "-d\tturn on debugging output (default: FALSE)\n"); 122 PR_fprintf(debug_out, "-v\tturn on verbose output (default: FALSE)\n"); 123 PR_fprintf(debug_out, " [all...] |
| H A D | priotest.c | 68 static PRFileDesc *debug_out = NULL; variable 106 debug_out, "Usage: priotest [-d] [-c n]\n"); 108 debug_out, "-c n\tduration of test in seconds (default: %d)\n", DEFAULT_DURATION); 110 debug_out, "-d\tturn on debugging output (default: FALSE)\n"); 127 PR_fprintf(debug_out, "PR_[S/G]etThreadPriority() failed\n"); 138 PR_fprintf(debug_out, "PR_SetThreadPriority(-1) failed\n"); 148 PR_fprintf(debug_out, "PR_SetThreadPriority(+1) failed\n"); 170 debug_out = PR_STDOUT; 206 PR_fprintf(debug_out, 208 PR_fprintf( debug_out, [all...] |
| H A D | switch.c | 68 static PRFileDesc *debug_out = NULL; variable 82 debug_out = PR_STDOUT; 85 debug_out, "Usage: >./switch [-c n] [-t n] [-d] [-v] [-G] [-C n]\n"); 87 debug_out, "-c n\tloops at thread level (default: %d)\n", DEFAULT_LOOPS); 89 debug_out, "-t n\tnumber of threads (default: %d)\n", DEFAULT_THREADS); 90 PR_fprintf(debug_out, "-d\tturn on debugging output (default: FALSE)\n"); 91 PR_fprintf(debug_out, "-v\tturn on verbose output (default: FALSE)\n"); 92 PR_fprintf(debug_out, "-G\tglobal threads only (default: FALSE)\n"); 93 PR_fprintf(debug_out, "-C n\tconcurrency setting (default: 1)\n"); 105 if (verbosity) PR_fprintf(debug_out, " [all...] |
| H A D | tmocon.c | 86 static PRFileDesc *debug_out = NULL; variable 138 PR_fprintf(debug_out, " creating accept process %s ...", path); 144 PR_fprintf(debug_out, " wait 5 seconds"); 146 PR_fprintf(debug_out, " before connecting to accept process ..."); 153 PL_FPrintError(debug_out, "PR_CreateProcessDetached failed"); 166 debug_out = (0 == shared->debug) ? NULL : PR_GetSpecialFD(PR_StandardError); 186 PR_fprintf(debug_out, "[%d]socket ... ", loop); 202 PR_fprintf(debug_out, "connecting to %s ... ", buf); 213 debug_out, "sending %d bytes ... ", descriptor_length); 222 PL_FPrintError(debug_out, "PR_Sen [all...] |
| H A D | cltsrv.c | 136 static PRFileDesc *debug_out = NULL; variable 894 if (pthread_stats) PT_FPrintStats(debug_out, "\nPThread Statistics\n"); 901 PR_fprintf(debug_out, "cltsrv test program usage:\n"); 902 PR_fprintf(debug_out, "\t-a <n> threads allowed in accept (5)\n"); 903 PR_fprintf(debug_out, "\t-b <n> backlock for listen (5)\n"); 904 PR_fprintf(debug_out, "\t-c <threads> number of clients to create (1)\n"); 905 PR_fprintf(debug_out, "\t-f <low> low water mark for fd caching (0)\n"); 906 PR_fprintf(debug_out, "\t-F <high> high water mark for fd caching (0)\n"); 907 PR_fprintf(debug_out, "\t-w <threads> minimal number of server threads (1)\n"); 908 PR_fprintf(debug_out, "\ [all...] |
| H A D | provider.c | 138 static PRFileDesc *debug_out = NULL; variable 1101 if (pthread_stats) PT_FPrintStats(debug_out, "\nPThread Statistics\n"); 1108 PR_fprintf(debug_out, "cltsrv test program usage:\n"); 1109 PR_fprintf(debug_out, "\t-a <n> threads allowed in accept (5)\n"); 1110 PR_fprintf(debug_out, "\t-b <n> backlock for listen (5)\n"); 1111 PR_fprintf(debug_out, "\t-c <threads> number of clients to create (1)\n"); 1112 PR_fprintf(debug_out, "\t-w <threads> minimal number of server threads (1)\n"); 1113 PR_fprintf(debug_out, "\t-W <threads> maximum number of server threads (1)\n"); 1114 PR_fprintf(debug_out, "\t-e <seconds> duration of the test in seconds (10)\n"); 1115 PR_fprintf(debug_out, "\ [all...] |
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/ |
| H A D | prmem.c | 212 PR_FPrintZoneStats(PRFileDesc *debug_out) argument 221 PR_fprintf(debug_out,
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ |
| H A D | ptio.c | 395 PR_IMPLEMENT(void) PT_FPrintStats(PRFileDesc *debug_out, const char *msg) argument 409 if (NULL != msg) PR_fprintf(debug_out, "%s", msg); 411 debug_out, "\tstarted: %s[%lld]\n", buffer, elapsed); 413 debug_out, "\tlocks [created: %u, destroyed: %u]\n", 416 debug_out, "\tlocks [acquired: %u, released: %u]\n", 419 debug_out, "\tcvars [created: %u, destroyed: %u]\n", 422 debug_out, "\tcvars [notified: %u, delayed_delete: %u]\n", 428 PR_IMPLEMENT(void) PT_FPrintStats(PRFileDesc *debug_out, const char *msg) argument
|