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_loop_data
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libuv/src/
H
A
D
threadpool.c
636
if (uv_check_data_valid((struct
uv_loop_data
*)(w->loop->data)) == 0) {
in uv__work_cancel()
638
struct
uv_loop_data
* addr = (struct
uv_loop_data
*)((uint64_t)w->loop->data -
in uv__work_cancel()
784
if (uv_check_data_valid((struct
uv_loop_data
*)(loop->data)) == 0) {
in uv__ffrt_work()
786
struct
uv_loop_data
* addr = (struct
uv_loop_data
*)((uint64_t)loop->data -
in uv__ffrt_work()
H
A
D
timer.c
101
if (uv_check_data_valid((struct
uv_loop_data
*)handle->loop->data) == 0) {
in uv_timer_start()
/third_party/libuv/src/unix/
H
A
D
core.c
1937
struct
uv_loop_data
* data = (struct
uv_loop_data
*)malloc(sizeof(struct
uv_loop_data
));
in uv_register_task_to_event()
1946
(void)memset(data, 0, sizeof(struct
uv_loop_data
));
in uv_register_task_to_event()
1949
data = (struct
uv_loop_data
*)((uint64_t)data | (UV_EVENT_MAGIC_OFFSET << UV_EVENT_MAGIC_OFFSETBITS));
in uv_register_task_to_event()
1964
loop->data = (struct
uv_loop_data
*)((uint64_t)loop->data -
in uv_unregister_task_to_event()
1975
int uv_check_data_valid(struct
uv_loop_data
* data) {
in uv_check_data_valid()
1980
struct
uv_loop_data
* addr = (struct
uv_loop_data
*)((uint64_t)data -
in uv_check_data_valid()
/third_party/libuv/include/
H
A
D
uv.h
1930
struct
uv_loop_data
{
struct
1956
UV_EXTERN int uv_check_data_valid(struct
uv_loop_data
* data);
Completed in 7 milliseconds