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

  /src/external/mit/libuv/dist/src/
threadpool.c 54 /* To avoid deadlock with uv_cancel() it's crucial that the worker
89 uv__queue_init(q); /* Signal uv_cancel() that the work req is executing. */
126 w->work = NULL; /* Signal uv_cancel() that the work req is done
389 int uv_cancel(uv_req_t* req) { function

Completed in 15 milliseconds