Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:uv_cancel
(Results
1 - 9
of
9
) sorted by relevance
/third_party/libuv/test/
H
A
D
test-threadpool-cancel.c
172
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
D
threadpoolwork-inl.h
63
return
uv_cancel
(reinterpret_cast<uv_req_t*>(&work_req_));
in CancelWork()
H
A
D
req_wrap-inl.h
49
uv_cancel
(reinterpret_cast<uv_req_t*>(&req_));
in Cancel()
/third_party/libuv/docs/code/queue-cancel/
H
A
D
main.c
38
uv_cancel
((uv_req_t*) &fib_reqs[i]);
in signal_handler()
/third_party/node/deps/uv/src/
H
A
D
threadpool.c
54
/* 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
D
threadpool.c
339
/* 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
D
uv.h
1183
UV_EXTERN int
uv_cancel
(uv_req_t* req);
/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
1089
UV_EXTERN int
uv_cancel
(uv_req_t* req);
/third_party/node/deps/uv/include/
H
A
D
uv.h
1103
UV_EXTERN int
uv_cancel
(uv_req_t* req);
Completed in 12 milliseconds