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

  /src/external/mit/libuv/dist/src/unix/
signal.c 415 (!oneshot && (first_handle->flags & UV_SIGNAL_ONE_SHOT))) {
426 handle->flags |= UV_SIGNAL_ONE_SHOT;
489 if (handle->flags & UV_SIGNAL_ONE_SHOT)
515 /* Handlers without UV_SIGNAL_ONE_SHOT set will come first, so if the first
518 f1 = w1->flags & UV_SIGNAL_ONE_SHOT;
519 f2 = w2->flags & UV_SIGNAL_ONE_SHOT;
568 rem_oneshot = handle->flags & UV_SIGNAL_ONE_SHOT;
569 first_oneshot = first_handle->flags & UV_SIGNAL_ONE_SHOT;
  /src/external/mit/libuv/dist/src/win/
signal.c 106 if (handle->flags & UV_SIGNAL_ONE_SHOT)
221 handle->flags |= UV_SIGNAL_ONE_SHOT;
251 if (handle->flags & UV_SIGNAL_ONE_SHOT)
  /src/external/mit/libuv/dist/src/
uv-common.h 135 UV_SIGNAL_ONE_SHOT = 0x02000000,

Completed in 49 milliseconds