Home
last modified time | relevance | path

Searched refs:uv_queue_work (Results 1 - 19 of 19) sorted by relevance

/third_party/libuv/test/
H A Dtest-threadpool.c50 r = uv_queue_work(uv_default_loop(), &work_req, work_cb, after_work_cb); in TEST_IMPL()
66 r = uv_queue_work(uv_default_loop(), &work_req, NULL, after_work_cb); in TEST_IMPL()
H A Dbenchmark-queue-work.c43 ASSERT_OK(uv_queue_work(req->loop, req, work_cb, after_work_cb)); in after_work_cb()
61 ASSERT_OK(uv_queue_work(loop, &work, work_cb, after_work_cb)); in BENCHMARK_IMPL()
H A Dtest-threadpool-cancel.c81 ASSERT_OK(uv_queue_work(loop, pause_reqs + i, work_cb, done_cb)); in saturate_threadpool()
303 ASSERT_OK(uv_queue_work(loop, reqs + i, work2_cb, done2_cb)); in TEST_IMPL()
376 ASSERT_OK(uv_queue_work(loop, &req, (uv_work_cb) abort, nop_done_cb)); in TEST_IMPL()
406 ASSERT_OK(uv_queue_work(uv_default_loop(), &req, busy_cb, after_busy_cb)); in TEST_IMPL()
H A Dtest-loop-close.c71 ASSERT_OK(uv_queue_work(&loop, in TEST_IMPL()
H A Dtest-loop-alive.c58 r = uv_queue_work(uv_default_loop(), &work_req, work_cb, after_work_cb); in TEST_IMPL()
H A Dtest-metrics.c284 ASSERT_OK(uv_queue_work(uv_default_loop(), in fs_write_cb()
288 ASSERT_OK(uv_queue_work(uv_default_loop(), in fs_write_cb()
H A Dtest-fork.c706 r = uv_queue_work(loop, &work_req, work_cb, after_work_cb); in assert_run_work()
/third_party/libuv/docs/code/progress/
H A Dmain.c44 uv_queue_work(loop, &req, fake_download, after); in main()
/third_party/libuv/docs/code/queue-work/
H A Dmain.c40 uv_queue_work(loop, &req[i], fib, after_fib); in main()
/third_party/node/src/
H A Dthreadpoolwork-inl.h37 int status = uv_queue_work( in ScheduleWork()
/third_party/libuv/docs/code/queue-cancel/
H A Dmain.c51 uv_queue_work(loop, &fib_reqs[i], fib, after_fib); in main()
/third_party/node/test/addons/async-hello-world/
H A Dbinding.cc75 uv_queue_work(node::GetCurrentEventLoop(isolate), in Method()
/third_party/node/test/addons/callback-scope/
H A Dbinding.cc60 uv_queue_work(node::GetCurrentEventLoop(isolate), in TestResolveAsync()
/third_party/node/test/node-api/test_callback_scope/
H A Dbinding.c99 uv_queue_work(loop, in TestResolveAsync()
/third_party/node/deps/uv/src/
H A Dthreadpool.c343 int uv_queue_work(uv_loop_t* loop, in uv_queue_work() function
/third_party/libuv/src/
H A Dthreadpool.c870 int uv_queue_work(uv_loop_t* loop, in uv_queue_work() function
955 return uv_queue_work(loop, req, work_cb, after_work_cb); in uv_queue_work_with_qos()
/third_party/libuv/include/
H A Duv.h1178 UV_EXTERN int uv_queue_work(uv_loop_t* loop,
/third_party/libuv/include/uv_ndk/
H A Duv.h1084 UV_EXTERN int uv_queue_work(uv_loop_t* loop,
/third_party/node/deps/uv/include/
H A Duv.h1098 UV_EXTERN int uv_queue_work(uv_loop_t* loop,

Completed in 15 milliseconds