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
61
) sorted by relevance
1
2
3
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
mutex.h
90
void mutex_lock(struct mutex *
mtx
) EXCLUSIVE_LOCK_FUNCTION(*
mtx
);
variable
91
void mutex_unlock(struct mutex *
mtx
) UNLOCK_FUNCTION(*
mtx
);
variable
104
void cond_wait(struct cond *cnd, struct mutex *
mtx
) EXCLUSIVE_LOCKS_REQUIRED(
mtx
);
global()
variable
[all...]
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...]
/kernel/liteos_a/testsuites/kernel/sample/posix/mutex/full/
H
A
D
It_posix_mutex_026.c
61
pthread_mutex_t
mtx
;
in Testcase()
local
/kernel/liteos_m/testsuites/sample/posix/mutex/
H
A
D
It_posix_mutex_013.c
56
pthread_mutex_t
mtx
;
in Testcase()
local
/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/drivers/nfc/
H
A
D
virtual_ncidev.c
26
struct mutex
mtx
;
member
[all...]
/kernel/linux/linux-5.10/drivers/staging/hievent/
H
A
D
hievent_driver.c
44
struct mutex
mtx
; /* lock to protect read/write buffer */
member
/kernel/linux/linux-5.10/drivers/staging/hilog/
H
A
D
hilog.c
74
struct mutex
mtx
; /* lock to protect read/write buffer */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/alx/
H
A
D
alx.h
141
struct mutex
mtx
;
member
/kernel/linux/linux-6.6/drivers/staging/hilog/
H
A
D
hilog.c
74
struct mutex
mtx
; /* lock to protect read/write buffer */
member
/kernel/linux/linux-6.6/drivers/staging/hievent/
H
A
D
hievent_driver.c
44
struct mutex
mtx
; /* lock to protect read/write buffer */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H
A
D
prestera_counter.c
16
struct mutex
mtx
; /* protect block_list */
member
32
struct mutex
mtx
; /* protect stats and counter_idr */
member
[all...]
/kernel/liteos_a/kernel/extended/hilog/
H
A
D
los_hilog.c
83
LosMux
mtx
;
member
/kernel/linux/linux-6.6/sound/pci/aw2/
H
A
D
aw2-alsa.c
88
struct mutex
mtx
;
member
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/
H
A
D
omapfb.h
80
struct mutex
mtx
;
member
/kernel/linux/linux-5.10/drivers/usb/misc/
H
A
D
adutux.c
71
struct mutex
mtx
;
member
[all...]
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
cdc_ncm.h
113
spinlock_t
mtx
;
member
/kernel/linux/linux-5.10/sound/pci/aw2/
H
A
D
aw2-alsa.c
88
struct mutex
mtx
;
member
/kernel/linux/linux-5.10/drivers/vme/
H
A
D
vme_bridge.h
31
struct mutex
mtx
;
member
58
struct mutex
mtx
;
member
64
struct mutex
mtx
;
member
75
struct mutex
mtx
;
member
/kernel/linux/linux-5.10/kernel/locking/
H
A
D
test-ww_mutex.c
33
struct test_mutex *
mtx
= container_of(work, typeof(*
mtx
), work);
in test_mutex_work()
local
51
struct test_mutex
mtx
;
in __test_mutex()
local
[all...]
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
cdc_ncm.h
115
spinlock_t
mtx
;
member
/kernel/linux/linux-6.6/drivers/usb/misc/
H
A
D
adutux.c
71
struct mutex
mtx
;
member
[all...]
/kernel/linux/linux-6.6/drivers/staging/vme_user/
H
A
D
vme_bridge.h
31
struct mutex
mtx
;
member
58
struct mutex
mtx
;
member
64
struct mutex
mtx
;
member
75
struct mutex
mtx
;
member
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/
H
A
D
omapfb.h
80
struct mutex
mtx
;
member
Completed in 13 milliseconds
1
2
3