HomeSort by relevance Sort by last modified time
    Searched refs:str_threads (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/tgkill/
tgkill01.c 23 static char *str_threads; variable
106 if (tst_parse_int(str_threads, &n_threads, 1, INT_MAX))
107 tst_brk(TBROK, "Invalid number of threads '%s'", str_threads);
124 {"t:", &str_threads, "-t Number of threads (default 10)"},
  /external/ltp/testcases/kernel/mem/mtest06/
mmap3.c 41 static char *str_threads; variable
155 if (tst_parse_int(str_threads, &threads, 1, INT_MAX))
156 tst_brk(TBROK, "Invalid number of threads '%s'", str_threads);
201 {"n:", &str_threads, "-n uint Number of worker threads"},

Completed in 90 milliseconds