Searched refs:wait_for_process_timed (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A D | simple_exec.c | 82 wait_for_process_timed(pid_t pid, time_t (*func)(void *), in wait_for_process_timed() function 140 return wait_for_process_timed(pid, NULL, NULL, 0); in wait_for_process() 244 return wait_for_process_timed(pid, func, ptr, timeout); in simple_execvp_timed() 267 return wait_for_process_timed(pid, func, ptr, timeout); in simple_execve_timed()
|
H A D | roken-common.h | 333 #define wait_for_process_timed rk_wait_for_process_timed macro 335 wait_for_process_timed(pid_t, time_t (*)(void *),
|