Home
last modified time | relevance | path

Searched refs:cancelled (Results 1 – 5 of 5) sorted by relevance

/libuv/src/
H A Dthreadpool.c282 int cancelled; in uv__work_cancel() local
288 cancelled = !uv__queue_empty(&w->wq) && w->work != NULL; in uv__work_cancel()
289 if (cancelled) in uv__work_cancel()
295 if (!cancelled) in uv__work_cancel()
/libuv/docs/src/
H A Dthreadpool.rst47 was cancelled using :c:func:`uv_cancel` `status` will be ``UV_ECANCELED``.
70 This request can be cancelled with :c:func:`uv_cancel`.
H A Ddns.rst20 complete. In case it was cancelled, `status` will have a value of
30 complete. In case it was cancelled, `status` will have a value of
H A Dhandle.rst153 In-progress requests, like uv_connect_t or uv_write_t, are cancelled and
/libuv/docs/src/guide/
H A Dthreads.rst243 that *are yet to be started* can be cancelled. If a task has *already started
270 For tasks that do get cancelled successfully, the *after* function is called

Completed in 14 milliseconds