Lines Matching defs:debug_out
136 static PRFileDesc *debug_out = NULL;
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, "\t-W <threads> maximum number of server threads (1)\n");
909 PR_fprintf(debug_out, "\t-e <seconds> duration of the test in seconds (10)\n");
910 PR_fprintf(debug_out, "\t-s <string> dsn name of server (localhost)\n");
911 PR_fprintf(debug_out, "\t-G use GLOBAL threads (LOCAL)\n");
912 PR_fprintf(debug_out, "\t-X use XTP as transport (TCP)\n");
913 PR_fprintf(debug_out, "\t-6 Use IPv6 (IPv4)\n");
914 PR_fprintf(debug_out, "\t-v verbosity (accumulative) (0)\n");
915 PR_fprintf(debug_out, "\t-p pthread statistics (FALSE)\n");
916 PR_fprintf(debug_out, "\t-d debug mode (FALSE)\n");
917 PR_fprintf(debug_out, "\t-h this message\n");
961 debug_out = PR_GetSpecialFD(PR_StandardError);
1219 PT_FPrintStats(debug_out, "\nPThread Statistics\n");