Home
last modified time | relevance | path

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

/third_party/node/deps/uv/src/unix/
H A Dsignal.c525 int first_oneshot; in uv__signal_stop() local
546 first_oneshot = first_handle->flags & UV_SIGNAL_ONE_SHOT; in uv__signal_stop()
547 if (first_oneshot && !rem_oneshot) { in uv__signal_stop()
/third_party/libuv/src/unix/
H A Dsignal.c567 int first_oneshot; in uv__signal_stop() local
588 first_oneshot = first_handle->flags & UV_SIGNAL_ONE_SHOT; in uv__signal_stop()
589 if (first_oneshot && !rem_oneshot) { in uv__signal_stop()

Completed in 2 milliseconds