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:mutex_init
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ltp/testcases/kernel/kvm/
H
A
D
kvm_svm03.c
74
static int
mutex_init
;
variable
97
mutex_init
= 1;
in setup()
144
if (!
mutex_init
|| SAFE_PTHREAD_MUTEX_TRYLOCK(&mutex))
in cleanup()
/third_party/mbedtls/library/
H
A
D
threading.c
135
void mbedtls_threading_set_alt(void (*
mutex_init
)(mbedtls_threading_mutex_t *),
in mbedtls_threading_set_alt()
140
mbedtls_mutex_init =
mutex_init
;
in mbedtls_threading_set_alt()
/third_party/node/src/
H
A
D
node_mutex.h
158
static inline int
mutex_init
(MutexT* mutex) {
in mutex_init()
function
202
static inline int
mutex_init
(MutexT* mutex) {
in mutex_init()
function
254
CHECK_EQ(0, Traits::
mutex_init
(&mutex_));
in MutexBase()
/third_party/mbedtls/include/mbedtls/
H
A
D
threading.h
54
* \note
mutex_init
() and mutex_free() don't return a status code.
55
* If
mutex_init
() fails, it should leave its argument (the
59
* \param
mutex_init
the init function implementation
64
void mbedtls_threading_set_alt(void (*
mutex_init
)(mbedtls_threading_mutex_t *),
77
* The function pointers for
mutex_init
, mutex_free, mutex_ and mutex_unlock
/third_party/libunwind/libunwind/include/
H
A
D
libunwind_i.h
159
#define
mutex_init
(l) \
macro
201
#define lock_init(l)
mutex_init
(l)
/third_party/musl/libc-test/src/regression/
H
A
D
pthread_cond-smasher.c
21
# define
mutex_init
(M) pthread_mutex_init((M), 0)
macro
124
mutex_init
(&mut[i]);
in main()
/third_party/libcoap/include/coap3/
H
A
D
coap_mutex_internal.h
45
#define coap_mutex_init(a)
mutex_init
(a)
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
kernel.h
501
#define
mutex_init
(m) pthread_mutex_init(m, NULL)
macro
Completed in 4 milliseconds