Home
last modified time | relevance | path

Searched refs:stop_or_close (Results 1 - 1 of 1) sorted by relevance

/third_party/libuv/test/
H A Dtest-signal.c93 enum { CLOSE, STOP, NOOP } stop_or_close; member
105 if (ctx->stop_or_close == STOP) in signal_cb()
107 else if (ctx->stop_or_close == CLOSE) in signal_cb()
118 if (ctx->stop_or_close == CLOSE) in signal_cb_one_shot()
139 ctx->stop_or_close = CLOSE; in start_watcher()
164 sc.stop_or_close = STOP; /* stop, don't close the signal handle */ in TEST_IMPL()
175 sc.stop_or_close = CLOSE; /* now close it when it's done */ in TEST_IMPL()
221 sc.stop_or_close = NOOP; in TEST_IMPL()
231 sc.stop_or_close = CLOSE; /* now close it when it's done */ in TEST_IMPL()
253 sc[0].stop_or_close in TEST_IMPL()
[all...]

Completed in 1 milliseconds