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_muxLock
(Results
1 - 4
of
4
) sorted by relevance
/kernel/liteos_a/testsuites/unittest/process/lock/mutex/smoke/
H
A
D
pthread_mutex_test_009.cpp
34
static pthread_mutex_t
g_muxLock
;
variable
39
ret = pthread_mutex_trylock(&
g_muxLock
);
in TaskF01()
44
ret = pthread_mutex_lock(&
g_muxLock
);
in TaskF01()
47
ret = pthread_mutex_unlock(&
g_muxLock
);
in TaskF01()
67
ret = pthread_mutex_init(&
g_muxLock
, &mutexAttr);
in TestCase()
70
ret = pthread_mutex_lock(&
g_muxLock
);
in TestCase()
86
ret = pthread_mutex_unlock(&
g_muxLock
);
in TestCase()
94
ret = pthread_mutex_lock(&
g_muxLock
);
in TestCase()
97
ret = pthread_mutex_lock(&
g_muxLock
);
in TestCase()
100
ret = pthread_mutex_lock(&
g_muxLock
);
in TestCase()
[all...]
H
A
D
pthread_mutex_test_002.cpp
33
static pthread_mutex_t
g_muxLock
;
variable
52
ret = pthread_mutex_lock(&
g_muxLock
);
in ThreadFuncTest3()
57
ret = pthread_mutex_unlock(&
g_muxLock
);
in ThreadFuncTest3()
75
pthread_mutex_init(&
g_muxLock
, &mutex);
in Testcase()
89
ret = pthread_mutex_lock(&
g_muxLock
);
in Testcase()
106
ret = pthread_mutex_unlock(&
g_muxLock
);
in Testcase()
117
pthread_mutex_destroy(&
g_muxLock
);
in Testcase()
H
A
D
pthread_mutex_test_003.cpp
34
static pthread_mutex_t
g_muxLock
;
variable
50
ret = pthread_mutex_lock(&
g_muxLock
);
in ThreadFuncTest3()
66
ret = pthread_mutex_unlock(&
g_muxLock
);
in ThreadFuncTest3()
86
pthread_mutex_init(&
g_muxLock
, &mutex);
in Testcase()
93
ret = pthread_mutex_lock(&
g_muxLock
);
in Testcase()
140
ret = pthread_mutex_unlock(&
g_muxLock
);
in Testcase()
147
pthread_mutex_destroy(&
g_muxLock
);
in Testcase()
/kernel/liteos_a/testsuites/unittest/fuzz/
H
A
D
pthread_mutex_getprioceiling_fuzzer.cpp
37
pthread_mutex_t
g_muxLock
;
in TestPthreadMutexGetprioceiling()
local
43
(char *)&
g_muxLock
);
in TestPthreadMutexGetprioceiling()
Completed in 2 milliseconds