Searched refs:start_timer (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-signal.c | 148 static void start_timer(uv_loop_t* loop, int signum, struct timer_ctx* ctx) { in start_timer() function 162 start_timer(loop, SIGCHLD, &tc); in TEST_IMPL() 169 start_timer(loop, SIGCHLD, &tc); in TEST_IMPL() 178 start_timer(loop, SIGCHLD, &tc); in TEST_IMPL() 199 start_timer(loop, SIGUSR1, tc + 0); in TEST_IMPL() 200 start_timer(loop, SIGUSR2, tc + 1); in TEST_IMPL() 219 start_timer(loop, SIGCHLD, &tc); in TEST_IMPL() 226 start_timer(loop, SIGCHLD, &tc); in TEST_IMPL() 233 start_timer(loop, SIGCHLD, &tc); in TEST_IMPL() 250 start_timer(loop, SIGCHLD, &tc); in TEST_IMPL() [all …]
|
/netbsd-src/external/bsd/libbind/dist/isc/ |
H A D | ctl_clnt.c | 116 static void start_timer(struct ctl_cctx *); 318 start_timer(ctx); in start_write() 574 start_timer(struct ctl_cctx *ctx) { in start_timer() function
|