HomeSort by: relevance | last modified time | path
    Searched refs:uv__work_done (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
loop.c 97 err = uv_async_init(loop, &loop->wq_async, uv__work_done);
  /src/external/mit/libuv/dist/src/
threadpool.c 309 void uv__work_done(uv_async_t* handle) { function
335 * 1. Even if the queue was empty, the call to uv__work_done() should count
341 /* Subtract 1 to counter the call to uv__work_done(). */
uv-common.h 226 void uv__work_done(uv_async_t* handle);
  /src/external/mit/libuv/dist/src/win/
core.c 292 err = uv_async_init(loop, &loop->wq_async, uv__work_done);
460 * other locations like uv__work_done() can determine whether the queue

Completed in 20 milliseconds