Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dsimple_exec.c82 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 Droken-common.h333 #define wait_for_process_timed rk_wait_for_process_timed macro
335 wait_for_process_timed(pid_t, time_t (*)(void *),