OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uv__cancelled
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/src/
threadpool.c
49
static void
uv__cancelled
(struct uv__work* w) {
function
299
w->work =
uv__cancelled
;
329
err = (w->work ==
uv__cancelled
) ? UV_ECANCELED : 0;
threadpool.c
49
static void
uv__cancelled
(struct uv__work* w) {
function
299
w->work =
uv__cancelled
;
329
err = (w->work ==
uv__cancelled
) ? UV_ECANCELED : 0;
Completed in 41 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026