Lines Matching defs:debug_out
138 static PRFileDesc *debug_out = NULL;
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, "\t-s <string> dsn name of server (localhost)\n");
1116 PR_fprintf(debug_out, "\t-G use GLOBAL threads (LOCAL)\n");
1117 PR_fprintf(debug_out, "\t-T <string> thread provider ('n' | 'p' | 'u' | 'w')(n)\n");
1118 PR_fprintf(debug_out, "\t-X use XTP as transport (TCP)\n");
1119 PR_fprintf(debug_out, "\t-6 Use IPv6 (IPv4)\n");
1120 PR_fprintf(debug_out, "\t-v verbosity (accumulative) (0)\n");
1121 PR_fprintf(debug_out, "\t-p pthread statistics (FALSE)\n");
1122 PR_fprintf(debug_out, "\t-d debug mode (FALSE)\n");
1123 PR_fprintf(debug_out, "\t-h this message\n");
1177 debug_out = PR_GetSpecialFD(PR_StandardError);
1440 PT_FPrintStats(debug_out, thread_type);