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