Home
last modified time | relevance | path

Searched refs:str_threads (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/syscalls/tgkill/
Dtgkill01.c23 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/
Dmmap3.c41 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/
Dtest-writing-guidelines.txt576 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);