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
defs:mtx
(Results
1 - 25
of
133
) sorted by relevance
1
2
3
4
5
6
/third_party/musl/src/thread/
H
A
D
mtx_unlock.c
4
int mtx_unlock(mtx_t *
mtx
)
in mtx_unlock()
argument
H
A
D
mtx_destroy.c
3
void mtx_destroy(mtx_t *
mtx
)
in mtx_destroy()
argument
/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H
A
D
remote_register.h
28
MutexId
mtx
;
member
/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/include/
H
A
D
wait_for_result.h
30
std::mutex
mtx
;
member in OHOS::IntellVoiceTests::WaitForResult
/third_party/musl/libc-test/src/regression/
H
A
D
pthread-robust-detach.c
28
pthread_mutex_t
mtx
;
in f()
local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
H
A
D
4-1.c
89
static pthread_mutex_t
mtx
;
variable
[all...]
H
A
D
5-1.c
89
static pthread_mutex_t
mtx
[5];
variable
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
log_wrapper.cpp
168
static std::mutex
mtx
;
in LogBacktrace()
local
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/include/latency_control/
H
A
D
network_latency_controller.h
48
std::mutex
mtx
;
member in OHOS::ResourceSchedule::NetworkLatencyController
/third_party/FreeBSD/sys/kern/
H
A
D
kern_timeout.c
52
callout_init_mtx(struct callout *c, struct pthread_mutex *
mtx
, int flag)
in callout_init_mtx()
argument
H
A
D
kern_condvar.c
40
cv_timedwait(struct cv *cv, struct
mtx
*
mtx
, int tw_ms)
in cv_timedwait()
argument
/third_party/mesa3d/src/util/
H
A
D
simple_mtx.h
76
simple_mtx_init(simple_mtx_t *
mtx
, ASSERTED int type)
in simple_mtx_init()
argument
86
simple_mtx_destroy(ASSERTED simple_mtx_t *
mtx
)
in simple_mtx_destroy()
argument
95
simple_mtx_lock(simple_mtx_t *
mtx
)
in simple_mtx_lock()
argument
116
simple_
mtx
_unlock(simple_
mtx
_t *
mtx
)
simple_mtx_unlock()
argument
133
simple_
mtx
_assert_locked(simple_
mtx
_t *
mtx
)
simple_mtx_assert_locked()
argument
145
simple_
mtx
_init(simple_
mtx
_t *
mtx
, int type)
simple_mtx_init()
argument
151
simple_
mtx
_destroy(simple_
mtx
_t *
mtx
)
simple_mtx_destroy()
argument
157
simple_
mtx
_lock(simple_
mtx
_t *
mtx
)
simple_mtx_lock()
argument
163
simple_
mtx
_unlock(simple_
mtx
_t *
mtx
)
simple_mtx_unlock()
argument
169
simple_
mtx
_assert_locked(simple_
mtx
_t *
mtx
)
simple_mtx_assert_locked()
argument
[all...]
H
A
D
cnd_monotonic.h
110
u_cnd_monotonic_timedwait(struct u_cnd_monotonic *cond, mtx_t *
mtx
, const struct timespec *abs_time)
in u_cnd_monotonic_timedwait()
argument
132
u_cnd_monotonic_wait(struct u_cnd_monotonic *cond, mtx_t *
mtx
)
in u_cnd_monotonic_wait()
argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
H
A
D
5-2.c
104
pthread_mutex_t
mtx
;
in main()
local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
H
A
D
5-1.c
82
pthread_mutex_t
mtx
;
in main()
local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
H
A
D
1-2.c
90
static pthread_mutex_t
mtx
= PTHREAD_MUTEX_INITIALIZER;
variable
H
A
D
3-2.c
78
static pthread_mutex_t
mtx
= PTHREAD_MUTEX_INITIALIZER;
variable
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
H
A
D
4-1.c
48
static pthread_mutex_t
mtx
= PTHREAD_MUTEX_INITIALIZER;
variable
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
H
A
D
1-3.c
79
static pthread_mutex_t
mtx
= PTHREAD_MUTEX_INITIALIZER;
variable
/third_party/musl/libc-test/src/functional/
H
A
D
pthread_cond.c
37
pthread_mutex_t
mtx
;
in main()
local
[all...]
H
A
D
pthread_robust.c
33
pthread_mutex_t
mtx
;
in f()
local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H
A
D
cnd_signal.c
19
mtx_t
mtx
;
variable
H
A
D
cnd_wait.c
20
mtx_t
mtx
;
variable
/third_party/skia/src/gpu/effects/
H
A
D
GrMatrixEffect.cpp
45
const GrMatrixEffect&
mtx
= proc.cast<GrMatrixEffect>();
in onMakeProgramImpl()
local
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/
H
A
D
fixed_size_list.h
81
mutable std::mutex
mtx
; // mutable to allow const methods to lock the mutex
member in OHOS::CameraStandard::FixedSizeList
Completed in 6 milliseconds
1
2
3
4
5
6