Searched refs:tst_get_unused_pid_ (Results 1 – 2 of 2) sorted by relevance
26 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()
30 pid_t tst_get_unused_pid_(void (*cleanup_fn) (void)) in tst_get_unused_pid_() function