Searched refs:str_numfutex (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/futex/ |
H A D | futex_waitv03.c | 25 static char *str_numfutex; variable 40 if (tst_parse_int(str_numfutex, &numfutex, 1, FUTEX_WAITV_MAX)) in setup() 41 tst_brk(TBROK, "Invalid number of futexes '%s'", str_numfutex); in setup() 115 { "n:", &str_numfutex, "Number of futex (default 30)" },
|
H A D | futex_waitv02.c | 23 static char *str_numfutex; variable 37 if (tst_parse_int(str_numfutex, &numfutex, 1, FUTEX_WAITV_MAX)) in setup() 38 tst_brk(TBROK, "Invalid number of futexes '%s'", str_numfutex); in setup() 94 { "n:", &str_numfutex, "Number of futex (default 30)" },
|
Completed in 2 milliseconds