Home
last modified time | relevance | path

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

/external/ltp/include/
Dtst_pid.h26 pid_t tst_get_unused_pid_(void (*cleanup_fn)(void));
37 return tst_get_unused_pid_(NULL); in tst_get_unused_pid()
47 return tst_get_unused_pid_(cleanup_fn); in tst_get_unused_pid()
/external/ltp/lib/
Dtst_pid.c30 pid_t tst_get_unused_pid_(void (*cleanup_fn) (void)) in tst_get_unused_pid_() function