Searched refs:str_threads (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/syscalls/tgkill/ |
D | tgkill01.c | 23 static char *str_threads; variable 106 if (tst_parse_int(str_threads, &n_threads, 1, INT_MAX)) in setup() 107 tst_brk(TBROK, "Invalid number of threads '%s'", str_threads); in setup() 124 {"t:", &str_threads, "-t Number of threads (default 10)"},
|
/external/ltp/testcases/kernel/mem/mtest06/ |
D | mmap3.c | 41 static char *str_threads; variable 155 if (tst_parse_int(str_threads, &threads, 1, INT_MAX)) in setup() 156 tst_brk(TBROK, "Invalid number of threads '%s'", str_threads); in setup() 201 {"n:", &str_threads, "-n uint Number of worker threads"},
|
/external/ltp/doc/ |
D | test-writing-guidelines.txt | 576 static char *str_threads; 580 {"t:", &str_threads, "Number of threads (default 10)"}, 587 if (tst_parse_int(str_threads, &threads, 1, INT_MAX)) 588 tst_brk(TBROK, "Invalid number of threads '%s'", str_threads);
|