Home
last modified time | relevance | path

Searched defs:work_cb (Results 1 - 11 of 11) sorted by relevance

/third_party/libuv/test/
H A Dtest-loop-alive.c34 static void work_cb(uv_work_t* req) { in work_cb() function
H A Dtest-threadpool.c31 static void work_cb(uv_work_t* req) { in work_cb() function
H A Dbenchmark-queue-work.c35 static void work_cb(uv_work_t* req) { in work_cb() function
H A Dtest-threadpool-cancel.c57 static void work_cb(uv_work_t* req) { in work_cb() function
H A Dtest-fork.c688 static void work_cb(uv_work_t* req) { in work_cb() function
/third_party/node/deps/uv/src/
H A Dthreadpool.c343 uv_queue_work(uv_loop_t* loop, uv_work_t* req, uv_work_cb work_cb, uv_after_work_cb after_work_cb) uv_queue_work() argument
/third_party/pulseaudio/src/pulsecore/
H A Drtpoll.c78 int (*work_cb)(pa_rtpoll_item *i); member
/third_party/libuv/src/
H A Dthreadpool.c870 uv_queue_work(uv_loop_t* loop, uv_work_t* req, uv_work_cb work_cb, uv_after_work_cb after_work_cb) uv_queue_work() argument
912 uv_queue_work_with_qos(uv_loop_t* loop, uv_work_t* req, uv_work_cb work_cb, uv_after_work_cb after_work_cb, uv_qos_t qos) uv_queue_work_with_qos() argument
[all...]
/third_party/libuv/include/
H A Duv.h1158 uv_work_cb work_cb; member
/third_party/libuv/include/uv_ndk/
H A Duv.h1079 uv_work_cb work_cb; member
/third_party/node/deps/uv/include/
H A Duv.h1093 uv_work_cb work_cb; member

Completed in 14 milliseconds