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
26 - 50
of
136
) sorted by relevance
1
2
3
4
5
6
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H
A
D
cnd_wait.c
20
mtx_t
mtx
;
variable
H
A
D
thrd_equal.c
65
pthread_mutex_t *
mtx
= (pthread_mutex_t *)arg;
in threadfuncA()
local
99
pthread_mutex_t
mtx
= PTHREAD_MUTEX_INITIALIZER;
in thrd_equal_0100()
local
/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
/third_party/cups-filters/filter/pdftopdf/
H
A
D
qpdf_xobject.cc
97
Matrix
mtx
;
in makeXObject()
local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
H
A
D
2-2.c
103
pthread_mutex_t
mtx
;
in main()
local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
H
A
D
stress.c
92
static pthread_mutex_t
mtx
= PTHREAD_MUTEX_INITIALIZER;
variable
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
H
A
D
s-c1.c
90
static pthread_mutex_t
mtx
[5];
variable
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/sfnttool/
H
A
D
SfntTool.java
47
private boolean
mtx
= false;
field in SfntTool
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
Mutex.h
142
SmartMutex<mt_only>&
mtx
;
member in llvm::sys::SmartScopedLock
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H
A
D
samgr_time_handler.cpp
29
static mutex
mtx
;
member
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H
A
D
samgr_server.h
47
MutexId
mtx
;
member
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H
A
D
samgr_ipc_adapter.h
43
MutexId
mtx
;
member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H
A
D
shader_cache.h
44
std::mutex&
mtx
;
member
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_util.c
99
usb_pause_mtx(struct
mtx
*
mtx
, int timo)
in usb_pause_mtx()
argument
/third_party/FreeBSD/sys/sys/
H
A
D
mutex.h
52
#define
mtx
pthread_mutex
macro
56
mtx_init(pthread_mutex_t *
mtx
, const char *name, const char *type, int opts)
in mtx_init()
argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
H
A
D
2-3.c
82
pthread_mutex_t
mtx
;
member
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
H
A
D
stress.c
89
pthread_mutex_t
mtx
, *pmtx;
in threaded()
local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
H
A
D
2-2.c
79
static pthread_mutex_t
mtx
= PTHREAD_MUTEX_INITIALIZER;
variable
H
A
D
4-1.c
79
static pthread_mutex_t
mtx
= PTHREAD_MUTEX_INITIALIZER;
variable
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
H
A
D
s-c.c
87
pthread_mutex_t
mtx
[10 * SCALABILITY_FACTOR];
member
H
A
D
stress.c
87
pthread_mutex_t
mtx
;
in threaded()
local
/third_party/mesa3d/src/util/
H
A
D
fossilize_db.h
78
simple_mtx_t
mtx
; /* Mutex for file/hash table read/writes */
member
/foundation/arkui/napi/interfaces/inner_api/cjffi/native/
H
A
D
ffi_remote_data.h
79
std::mutex
mtx
;
member in OHOS::FFI::FFIDataManager
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/fpscontroller/
H
A
D
fps_controller_process.h
62
std::mutex
mtx
;
member in OHOS::DistributedHardware::FpsControllerProcess
Completed in 8 milliseconds
1
2
3
4
5
6