Home
last modified time | relevance | path

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 Dsimple_exec.c84 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 Dsimple_exec_w32.c71 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 Dtest-mini_inetd.c322 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 Droken-common.h347 #define wait_for_process_timed rk_wait_for_process_timed macro
349 wait_for_process_timed(pid_t, time_t (*)(void *),