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:spinlock
(Results
1 - 25
of
30
) sorted by relevance
1
2
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_destroy/
H
A
D
1-1.c
27
static pthread_spinlock_t
spinlock
;
variable
H
A
D
3-1.c
32
static pthread_spinlock_t
spinlock
;
variable
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_init/
H
A
D
1-1.c
29
static pthread_spinlock_t
spinlock
;
variable
H
A
D
4-1.c
33
static pthread_spinlock_t
spinlock
;
variable
H
A
D
2-1.c
36
pthread_spinlock_t
spinlock
;
member
[all...]
H
A
D
2-2.c
43
pthread_spinlock_t
spinlock
;
member
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_trylock/
H
A
D
4-1.c
28
pthread_spinlock_t
spinlock
;
in main()
local
H
A
D
1-1.c
31
static pthread_spinlock_t
spinlock
;
variable
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H
A
D
spinlock_benchmark.cc
34
static auto*
spinlock
= new absl::base_internal::SpinLock(scheduling_mode);
in BM_SpinLock()
local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/
H
A
D
3-1.c
37
pthread_spinlock_t
spinlock
;
in main()
local
[all...]
H
A
D
3-2.c
44
pthread_spinlock_t
spinlock
;
in main()
local
H
A
D
1-2.c
30
static pthread_spinlock_t
spinlock
;
variable
[all...]
H
A
D
1-1.c
30
static pthread_spinlock_t
spinlock
;
variable
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H
A
D
mali_spinlock_reentrant.c
18
struct mali_spinlock_reentrant *
spinlock
;
in mali_spinlock_reentrant_init()
local
34
void mali_spinlock_reentrant_term(struct mali_spinlock_reentrant *
spinlock
)
in mali_spinlock_reentrant_term()
argument
46
mali_
spinlock
_reentrant_wait(struct mali_
spinlock
_reentrant *
spinlock
, u32 tid)
mali_spinlock_reentrant_wait()
argument
65
mali_
spinlock
_reentrant_signal(struct mali_
spinlock
_reentrant *
spinlock
, u32 tid)
mali_spinlock_reentrant_signal()
argument
[all...]
H
A
D
mali_spinlock_reentrant.h
64
mali_
spinlock
_reentrant_is_held(struct mali_
spinlock
_reentrant *
spinlock
, u32 tid)
mali_spinlock_reentrant_is_held()
argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H
A
D
mali_spinlock_reentrant.c
19
struct mali_spinlock_reentrant *
spinlock
;
in mali_spinlock_reentrant_init()
local
35
void mali_spinlock_reentrant_term(struct mali_spinlock_reentrant *
spinlock
)
in mali_spinlock_reentrant_term()
argument
47
mali_
spinlock
_reentrant_wait(struct mali_
spinlock
_reentrant *
spinlock
, u32 tid)
mali_spinlock_reentrant_wait()
argument
66
mali_
spinlock
_reentrant_signal(struct mali_
spinlock
_reentrant *
spinlock
, u32 tid)
mali_spinlock_reentrant_signal()
argument
[all...]
H
A
D
mali_spinlock_reentrant.h
65
mali_
spinlock
_reentrant_is_held(struct mali_
spinlock
_reentrant *
spinlock
, u32 tid)
mali_spinlock_reentrant_is_held()
argument
[all...]
/third_party/node/deps/uv/src/unix/
H
A
D
spinlock.h
33
UV_UNUSED(static void uv_spinlock_init(uv_spinlock_t*
spinlock
)) {
in UV_UNUSED()
argument
37
UV_UNUSED(static void uv_spinlock_lock(uv_spinlock_t*
spinlock
)) {
in UV_UNUSED()
argument
41
UV_UNUSED(static void uv_spinlock_unlock(uv_spinlock_t*
spinlock
)) {
in UV_UNUSED()
argument
45
UV_UNUSED(static int uv_
spinlock
_trylock(uv_
spinlock
_t*
spinlock
))
UV_UNUSED()
argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H
A
D
nstackx_spinlock.h
42
static inline void SpinLockInit(Spinlock *
spinlock
)
in SpinLockInit()
argument
47
static inline int SpinLockTryLock(Spinlock *
spinlock
)
in SpinLockTryLock()
argument
56
static inline void SpinLock(Spinlock *
spinlock
)
in SpinLock()
argument
65
static inline void SpinUnlock(Spinlock *
spinlock
)
in SpinUnlock()
argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_unlock/
H
A
D
3-1.c
32
static pthread_spinlock_t
spinlock
;
variable
[all...]
H
A
D
1-1.c
32
static pthread_spinlock_t
spinlock
;
variable
[all...]
H
A
D
1-2.c
34
static pthread_spinlock_t
spinlock
;
variable
[all...]
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_auth.h
49
spinlock_t
spinlock
;
member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H
A
D
mali_osk_locks.h
46
spinlock_t
spinlock
;
member
55
spinlock_t
spinlock
;
member
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H
A
D
mali_osk_locks.h
45
spinlock_t
spinlock
;
member
54
spinlock_t
spinlock
;
member
[all...]
Completed in 6 milliseconds
1
2