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 - 18
of
18
) sorted by relevance
/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
/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...]
/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...]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H
A
D
spinlock_test_common.cc
82
static void TestFunction(int thread_salt, SpinLock*
spinlock
) {
in TestFunction()
argument
93
static void ThreadedTest(SpinLock*
spinlock
) {
in ThreadedTest()
argument
200
SpinLock
spinlock
;
TEST()
local
[all...]
Completed in 4 milliseconds