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

  /src/external/mit/libuv/dist/src/unix/
epoll.c 179 if (loop->flags & UV_LOOP_BLOCK_SIGPROF) {
loop.c 238 loop->flags |= UV_LOOP_BLOCK_SIGPROF;
posix-poll.c 176 if (loop->flags & UV_LOOP_BLOCK_SIGPROF) {
internal.h 166 UV_LOOP_BLOCK_SIGPROF = 0x1,
kqueue.c 247 if (loop->flags & UV_LOOP_BLOCK_SIGPROF) {
sunos.c 194 if (loop->flags & UV_LOOP_BLOCK_SIGPROF) {
linux.c 1382 if (loop->flags & UV_LOOP_BLOCK_SIGPROF) {

Completed in 58 milliseconds