Home
last modified time | relevance | path

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

/third_party/ltp/include/
Dtst_pid.h13 pid_t tst_get_unused_pid_(void (*cleanup_fn)(void));
26 return tst_get_unused_pid_(NULL); in tst_get_unused_pid()
36 return tst_get_unused_pid_(cleanup_fn); in tst_get_unused_pid()
/third_party/ltp/lib/
Dtst_pid.c42 pid_t tst_get_unused_pid_(void (*cleanup_fn) (void)) in tst_get_unused_pid_() function