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_mutex_t
(Results
1 - 4
of
4
) sorted by relevance
/interface/sdk_c/third_party/libuv/include/uv/
H
A
D
darwin.h
41
uv_mutex_t
cf_mutex; \
54
uv_mutex_t
cf_mutex; \
H
A
D
unix.h
135
typedef pthread_mutex_t
uv_mutex_t
;
typedef
147
uv_mutex_t
mutex;
230
uv_mutex_t
wq_mutex; \
H
A
D
win.h
247
typedef CRITICAL_SECTION
uv_mutex_t
;
typedef
252
* it want the 2nd argument (type
uv_mutex_t
) of uv_cond_wait() and
279
uv_mutex_t
mutex;
359
uv_mutex_t
wq_mutex; \
/interface/sdk_c/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
1700
UV_EXTERN int uv_mutex_init(
uv_mutex_t
* handle);
1701
UV_EXTERN int uv_mutex_init_recursive(
uv_mutex_t
* handle);
1702
UV_EXTERN void uv_mutex_destroy(
uv_mutex_t
* handle);
1703
UV_EXTERN void uv_mutex_lock(
uv_mutex_t
* handle);
1704
UV_EXTERN int uv_mutex_trylock(
uv_mutex_t
* handle);
1705
UV_EXTERN void uv_mutex_unlock(
uv_mutex_t
* handle);
1731
UV_EXTERN void uv_cond_wait(uv_cond_t* cond,
uv_mutex_t
* mutex);
1733
uv_mutex_t
* mutex,
Completed in 5 milliseconds