Home
last modified time | relevance | path

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

/third_party/libuv/src/
H A Dfs-poll.c39 int busy_polling; member
198 if (ctx->busy_polling != req->result) { in poll_cb()
203 ctx->busy_polling = req->result; in poll_cb()
210 if (ctx->busy_polling != 0) in poll_cb()
211 if (ctx->busy_polling < 0 || !statbuf_eq(&ctx->statbuf, statbuf)) in poll_cb()
215 ctx->busy_polling = 1; in poll_cb()
/third_party/node/deps/uv/src/
H A Dfs-poll.c39 int busy_polling; member
198 if (ctx->busy_polling != req->result) { in poll_cb()
203 ctx->busy_polling = req->result; in poll_cb()
210 if (ctx->busy_polling != 0) in poll_cb()
211 if (ctx->busy_polling < 0 || !statbuf_eq(&ctx->statbuf, statbuf)) in poll_cb()
215 ctx->busy_polling = 1; in poll_cb()

Completed in 2 milliseconds