Home
last modified time | relevance | path

Searched refs:uv_cancel (Results 1 - 9 of 9) sorted by relevance

/third_party/libuv/test/
H A Dtest-threadpool-cancel.c172 ASSERT(known_broken(req) || 0 == uv_cancel(req)); in timer_cb()
281 ASSERT_OK(uv_cancel((uv_req_t*) &req)); in TEST_IMPL()
377 ASSERT_OK(uv_cancel((uv_req_t*) &req)); in TEST_IMPL()
395 /* Assume that calling uv_cancel() takes less than 10ms. */ in busy_cb()
410 ASSERT_EQ(uv_cancel((uv_req_t*) &req), UV_EBUSY); in TEST_IMPL()
/third_party/node/src/
H A Dthreadpoolwork-inl.h63 return uv_cancel(reinterpret_cast<uv_req_t*>(&work_req_)); in CancelWork()
H A Dreq_wrap-inl.h49 uv_cancel(reinterpret_cast<uv_req_t*>(&req_)); in Cancel()
/third_party/libuv/docs/code/queue-cancel/
H A Dmain.c38 uv_cancel((uv_req_t*) &fib_reqs[i]); in signal_handler()
/third_party/node/deps/uv/src/
H A Dthreadpool.c54 /* To avoid deadlock with uv_cancel() it's crucial that the worker
88 QUEUE_INIT(q); /* Signal uv_cancel() that the work req is executing. */ in worker()
125 w->work = NULL; /* Signal uv_cancel() that the work req is done in worker()
363 int uv_cancel(uv_req_t* req) { in uv_cancel() function
/third_party/libuv/src/
H A Dthreadpool.c339 /* To avoid deadlock with uv_cancel() it's crucial that the worker
373 uv__queue_init(q); /* Signal uv_cancel() that the work req is executing. */ in worker()
419 w->work = NULL; /* Signal uv_cancel() that the work req is done in worker()
782 w->work = NULL; /* Signal uv_cancel() that the work req is done executing. */ in uv__ffrt_work()
960 int uv_cancel(uv_req_t* req) { in uv_cancel() function
/third_party/libuv/include/
H A Duv.h1183 UV_EXTERN int uv_cancel(uv_req_t* req);
/third_party/libuv/include/uv_ndk/
H A Duv.h1089 UV_EXTERN int uv_cancel(uv_req_t* req);
/third_party/node/deps/uv/include/
H A Duv.h1103 UV_EXTERN int uv_cancel(uv_req_t* req);

Completed in 12 milliseconds