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

  /src/external/mit/libuv/dist/test/
test-signal.c 148 static void start_timer(uv_loop_t* loop, int signum, struct timer_ctx* ctx) { function
162 start_timer(loop, SIGCHLD, &tc);
169 start_timer(loop, SIGCHLD, &tc);
178 start_timer(loop, SIGCHLD, &tc);
199 start_timer(loop, SIGUSR1, tc + 0);
200 start_timer(loop, SIGUSR2, tc + 1);
219 start_timer(loop, SIGCHLD, &tc);
226 start_timer(loop, SIGCHLD, &tc);
233 start_timer(loop, SIGCHLD, &tc);
250 start_timer(loop, SIGCHLD, &tc)
    [all...]
  /src/external/bsd/libbind/dist/isc/
ctl_clnt.c 116 static void start_timer(struct ctl_cctx *);
318 start_timer(ctx);
574 start_timer(struct ctl_cctx *ctx) { function
575 static const char me[] = "isc/ctl_clnt::start_timer";
  /src/external/bsd/tmux/dist/
tmux.h 1541 struct event start_timer; member in struct:tty

Completed in 62 milliseconds