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
refs:__lock
(Results
1 - 17
of
17
) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/internal/
H
A
D
lock.h
4
hidden void
__lock
(volatile int *);
6
#define LOCK(x)
__lock
(x)
/third_party/musl/porting/liteos_m/user/src/internal/
H
A
D
lock.h
4
hidden void
__lock
(volatile int *);
6
#define LOCK(x)
__lock
(x)
/third_party/musl/src/internal/
H
A
D
lock.h
4
hidden void
__lock
(volatile int *);
6
#define LOCK(x)
__lock
(x)
/third_party/musl/porting/uniproton/kernel/src/internal/
H
A
D
lock.h
4
hidden void
__lock
(volatile int *);
6
#define LOCK(x)
__lock
(x)
/third_party/musl/porting/liteos_m/user/src/thread/
H
A
D
__lock.c
20
_LIBC_TEXT_SECTION void
__lock
(volatile int *l)
in __lock()
function
/third_party/musl/src/thread/
H
A
D
__lock.c
19
void
__lock
(volatile int *l)
in __lock()
function
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
aio.h
23
int
__lock
[2];
member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
aio.h
23
int
__lock
[2];
member
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
aio.h
23
int
__lock
[2];
member
/third_party/musl/include/
H
A
D
aio.h
23
int
__lock
[2];
member
/third_party/libdrm/
H
A
D
xf86drm.h
415
register volatile unsigned int *
__lock
__asm("o2"); \
418
__lock
= (volatile unsigned int *)lock; \
426
"r" (
__lock
), \
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H
A
D
wasm-runtime.cpp
287
void env$$
__lock
(int32_t) {
in env$$__lock()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H
A
D
mod.rs
134
__lock
: [::c_int; 2],
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
749
pub
__lock
: ::pthread_mutex_t, // union
2499
__lock
: PTHREAD_MUTEX_INITIALIZER,
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H
A
D
mod.rs
179
__lock
: [::c_int; 2],
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
294
__lock
: [::c_int; 2],
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
6171
int
__lock
;
6203
int
__lock
;
6239
int
__lock
;
18410
extern int pthread_spin_init (pthread_spinlock_t *
__lock
, int __pshared)
18414
extern int pthread_spin_destroy (pthread_spinlock_t *
__lock
)
18418
extern int pthread_spin_lock (pthread_spinlock_t *
__lock
)
18422
extern int pthread_spin_trylock (pthread_spinlock_t *
__lock
)
18426
extern int pthread_spin_unlock (pthread_spinlock_t *
__lock
)
[all...]
Completed in 57 milliseconds