Lines Matching refs:stop_or_close
93 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 = CLOSE; in TEST_IMPL()
254 sc[1].stop_or_close = CLOSE; in TEST_IMPL()
264 sc[0].stop_or_close = CLOSE; in TEST_IMPL()
265 sc[1].stop_or_close = CLOSE; in TEST_IMPL()
278 sc[0].stop_or_close = CLOSE; in TEST_IMPL()
279 sc[1].stop_or_close = CLOSE; in TEST_IMPL()
294 sc[2].stop_or_close = CLOSE; in TEST_IMPL()
295 sc[3].stop_or_close = CLOSE; in TEST_IMPL()
311 sc[3].stop_or_close = CLOSE; in TEST_IMPL()