Home
last modified time | relevance | path

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

/libuv/src/
H A Dfs-poll.c38 uv_fs_poll_t* parent_handle; member
89 ctx->parent_handle = handle; in uv_fs_poll_start()
124 assert(ctx->parent_handle == handle); in uv_fs_poll_stop()
179 assert(ctx->parent_handle != NULL); in timer_cb()
180 assert(ctx->parent_handle->poll_ctx == ctx); in timer_cb()
195 handle = ctx->parent_handle; in poll_cb()
202 ctx->poll_cb(ctx->parent_handle, in poll_cb()
215 ctx->poll_cb(ctx->parent_handle, 0, &ctx->statbuf, statbuf); in poll_cb()
244 handle = ctx->parent_handle; in timer_close_cb()

Completed in 5 milliseconds