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:g_mutex
(Results
1 - 6
of
6
) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H
A
D
signalndk.cpp
418
pthread_mutex_t
g_mutex
= PTHREAD_MUTEX_INITIALIZER;
variable
439
pthread_mutex_lock(&
g_mutex
);
in SigMainWait()
454
pthread_mutex_unlock(&
g_mutex
);
in SigMainWait()
460
pthread_mutex_lock(&
g_mutex
);
in SigMainWaitinfo()
484
pthread_mutex_unlock(&
g_mutex
);
in SigMainWaitinfo()
/test/xts/hats/powermgr/thermal/hdi_thermal/common/
H
A
D
hdi_thermal_test.cpp
72
std::mutex
g_mutex
;
member
109
std::lock_guard<std::mutex> lck(
g_mutex
);
in ReadFile()
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
H
A
D
TaskpoolSingleTaskTest.cpp
43
static pthread_mutex_t
g_mutex
= PTHREAD_MUTEX_INITIALIZER;
variable
179
pthread_mutex_lock(&
g_mutex
);
in Initialize()
181
pthread_mutex_unlock(&
g_mutex
);
in Initialize()
/test/xts/hats/powermgr/power/hdi_power/common/
H
A
D
hdi_power_test.cpp
168
std::mutex
g_mutex
;
member
207
std::lock_guard<std::mutex> lock(
g_mutex
);
in ReadFile()
/test/xts/hats/powermgr/thermal/hdi_thermal_additional/common/
H
A
D
HDIThermalTest.cpp
76
std::mutex
g_mutex
;
member
/test/xts/hats/powermgr/power/hdi_power_additional/common/
H
A
D
hdi_power_test.cpp
48
std::mutex
g_mutex
;
member
77
std::lock_guard<std::mutex> lock(
g_mutex
);
in ReadFile()
Completed in 9 milliseconds