HomeSort by: relevance | last modified time | path
    Searched defs:poll_ctx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/src/
fs-poll.c 37 struct poll_ctx { struct
47 struct poll_ctx* previous; /* context from previous start()..stop() period */
61 handle->poll_ctx = NULL;
70 struct poll_ctx* ctx;
103 if (handle->poll_ctx != NULL)
104 ctx->previous = handle->poll_ctx;
105 handle->poll_ctx = ctx;
117 struct poll_ctx* ctx;
122 ctx = handle->poll_ctx;
139 struct poll_ctx* ctx
    [all...]
  /src/external/mit/libuv/dist/include/
uv.h 1699 void* poll_ctx; member in struct:uv_fs_poll_s

Completed in 67 milliseconds