Home
last modified time | relevance | path

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

/third_party/node/deps/uvwasi/src/
Dpoll_oneoff.c47 state->has_timer = 0; in uvwasi__poll_oneoff_state_init()
101 if (state->has_timer != 0) { in uvwasi__poll_oneoff_state_cleanup()
103 state->has_timer = 0; in uvwasi__poll_oneoff_state_cleanup()
152 state->has_timer = 1; in uvwasi__poll_oneoff_state_set_timer()
255 if (state->has_timer == 1) { in uvwasi__poll_oneoff_run()
Dpoll_oneoff.h28 int has_timer; member