Home
last modified time | relevance | path

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

/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()

Completed in 9 milliseconds