Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
H A Dsunos.c51 #define PORT_DELETED -1 macro
433 if (handle->fd == PORT_DELETED) in uv__fs_event_rearm()
499 if (handle->fd != PORT_DELETED) { in uv__fs_event_read()
505 while (handle->fd != PORT_DELETED); in uv__fs_event_read()
569 handle->fd = PORT_DELETED; in uv__fs_event_stop()
/third_party/node/deps/uv/src/unix/
H A Dsunos.c51 #define PORT_DELETED -1 macro
426 if (handle->fd == PORT_DELETED) in uv__fs_event_rearm()
492 if (handle->fd != PORT_DELETED) { in uv__fs_event_read()
498 while (handle->fd != PORT_DELETED); in uv__fs_event_read()
562 handle->fd = PORT_DELETED; in uv__fs_event_stop()

Completed in 4 milliseconds