HomeSort by: relevance | last modified time | path
    Searched defs:wait_for_process_timed (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
simple_exec.c 84 wait_for_process_timed(pid_t pid, time_t (*func)(void *), function
142 return wait_for_process_timed(pid, NULL, NULL, 0);
260 return wait_for_process_timed(pid, func, ptr, timeout);
283 return wait_for_process_timed(pid, func, ptr, timeout);
simple_exec_w32.c 44 * wait_for_process_timed waits for a process to terminate or until a
71 wait_for_process_timed(pid_t pid, time_t (*func)(void *), function
143 return wait_for_process_timed(pid, NULL, NULL, 0);
354 rv = wait_for_process_timed(GetProcessId((HANDLE) hp), func, ptr, timeout);
383 rv = wait_for_process_timed(GetProcessId((HANDLE) hp), func, ptr, timeout);
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 *),

Completed in 24 milliseconds