Searched refs:wait_for_process_timed (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | simple_exec.c | 84 wait_for_process_timed(pid_t pid, time_t (*func)(void *), in wait_for_process_timed() function 142 return wait_for_process_timed(pid, NULL, NULL, 0); in wait_for_process() 260 return wait_for_process_timed(pid, func, ptr, timeout); in simple_execvp_timed() 283 return wait_for_process_timed(pid, func, ptr, timeout); in simple_execve_timed()
|
H A D | simple_exec_w32.c | 71 wait_for_process_timed(pid_t pid, time_t (*func)(void *), in wait_for_process_timed() function 143 return wait_for_process_timed(pid, NULL, NULL, 0); in wait_for_process() 354 rv = wait_for_process_timed(GetProcessId((HANDLE) hp), func, ptr, timeout); in simple_execvp_timed() 383 rv = wait_for_process_timed(GetProcessId((HANDLE) hp), func, ptr, timeout); in simple_execve_timed()
|
H A D | test-mini_inetd.c | 322 wait_for_process_timed(p_server, wait_callback, NULL, 5); in do_test() 332 client_rv = wait_for_process_timed(p_client, wait_callback, NULL, 5); in do_test() 340 server_rv = wait_for_process_timed(p_server, wait_callback, NULL, 5); in do_test()
|
H A D | roken-common.h | 347 #define wait_for_process_timed rk_wait_for_process_timed macro 349 wait_for_process_timed(pid_t, time_t (*)(void *),
|