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

/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dsimple_exec.c82 wait_for_process_timed(pid_t pid, time_t (*func)(void *), function
140 return wait_for_process_timed(pid, NULL, NULL, 0);
244 return wait_for_process_timed(pid, func, ptr, timeout);
267 return wait_for_process_timed(pid, func, ptr, timeout);
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 *),

Completed in 120 milliseconds