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
196
) sorted by relevance
1
2
3
4
5
6
7
8
/third_party/musl/libc-test/src/functionalext/supplement/thread/
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
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/
H
A
D
rk_node_utils.cpp
136
static std::mutex
mtx
;
in BufferScaleFormatTransform()
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
/kernel/linux/linux-5.10/drivers/regulator/
H
A
D
isl6271a-regulator.c
34
struct mutex
mtx
;
member
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
isl6271a-regulator.c
26
struct mutex
mtx
;
member
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
mutex.c
20
static void __mutex_init(struct mutex *
mtx
, bool pshared)
in __mutex_init()
argument
37
void mutex_init(struct mutex *
mtx
)
in mutex_init()
argument
42
void mutex_init_pshared(struct mutex *
mtx
)
in mutex_init_pshared()
argument
47
void mutex_destroy(struct mutex *
mtx
)
in mutex_destroy()
argument
64
mutex_trylock(struct mutex *
mtx
)
mutex_trylock()
argument
106
cond_wait(struct cond *cnd, struct mutex *
mtx
)
cond_wait()
argument
[all...]
/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
Completed in 8 milliseconds
1
2
3
4
5
6
7
8