Home
last modified time | relevance | path

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

/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.txt556 static char *str_threads;
560 {"t:", &str_threads, "Number of threads (default 10)"},
567 if (tst_parse_int(str_threads, &threads, 1, INT_MAX))
568 tst_brk(TBROK, "Invalid number of threads '%s'", str_threads);