Home
last modified time | relevance | path

Searched refs:UV_HANDLE_REAP (Results 1 – 3 of 3) sorted by relevance

/libuv/src/unix/
H A Dprocess.c120 if ((process->flags & UV_HANDLE_REAP) == 0) in uv__wait_children()
123 process->flags &= ~UV_HANDLE_REAP; in uv__wait_children()
1030 process->flags |= UV_HANDLE_REAP; in uv_spawn()
H A Dkqueue.c317 process->flags |= UV_HANDLE_REAP; in uv__io_poll()
/libuv/src/
H A Duv-common.h140 UV_HANDLE_REAP = 0x10000000 enumerator

Completed in 20 milliseconds