Home
last modified time | relevance | path

Searched refs:start_timer (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-signal.c148 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 Dctl_clnt.c116 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