Searched refs:poll_ctx (Results 1 – 4 of 4) sorted by relevance
37 struct poll_ctx { struct47 struct poll_ctx* previous; /* context from previous start()..stop() period */ argument61 handle->poll_ctx = NULL; in uv_fs_poll_init() argument70 struct poll_ctx* ctx; in uv_fs_poll_start()103 if (handle->poll_ctx != NULL) in uv_fs_poll_start()104 ctx->previous = handle->poll_ctx; in uv_fs_poll_start()105 handle->poll_ctx = ctx; in uv_fs_poll_start()117 struct poll_ctx* ctx; in uv_fs_poll_stop()122 ctx = handle->poll_ctx; in uv_fs_poll_stop()139 struct poll_ctx* ctx; in uv_fs_poll_getpath()[all …]
1562 void* poll_ctx; member
1597 void* poll_ctx; member
80201 enum ib_poll_context poll_ctx; member