Home
last modified time | relevance | path

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

/libuv/src/
H A Dfs-poll.c51 static int statbuf_eq(const uv_stat_t* a, const uv_stat_t* b);
211 if (ctx->busy_polling < 0 || !statbuf_eq(&ctx->statbuf, statbuf)) in poll_cb()
258 static int statbuf_eq(const uv_stat_t* a, const uv_stat_t* b) { in statbuf_eq() function

Completed in 5 milliseconds