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 - 25
of
93
) sorted by relevance
1
2
3
4
/third_party/selinux/libselinux/src/
H
A
D
selinux_internal.h
55
#define __pthread_mutex_init(
LOCK
, ATTR) \
58
pthread_mutex_init(
LOCK
, ATTR); \
61
#define __pthread_mutex_destroy(
LOCK
) \
64
pthread_mutex_destroy(
LOCK
); \
67
#define __pthread_mutex_lock(
LOCK
) \
70
pthread_mutex_lock(
LOCK
); \
73
#define __pthread_mutex_unlock(
LOCK
) \
76
pthread_mutex_unlock(
LOCK
); \
/third_party/musl/porting/linux/user/src/stdio/
H
A
D
ofl.c
16
LOCK
(ofl_lock);
in __ofl_lock()
31
LOCK
(ofl_lock);
in __ofl_alloc()
47
LOCK
(ofl_lock);
in __ofl_alloc()
63
LOCK
(ofl_lock);
in __ofl_free()
/third_party/musl/porting/linux/user/src/exit/
H
A
D
atexit.c
121
LOCK
(lock);
in __funcs_on_exit()
128
LOCK
(lock);
in __funcs_on_exit()
139
LOCK
(lock);
in __cxa_finalize()
147
LOCK
(lock);
in __cxa_finalize()
166
LOCK
(lock);
in __cxa_atexit()
209
LOCK
(lock);
in invalidate_exit_funcs()
/third_party/musl/src/exit/linux/
H
A
D
atexit.c
119
LOCK
(lock);
in __funcs_on_exit()
127
LOCK
(lock);
in __funcs_on_exit()
138
LOCK
(lock);
in __cxa_finalize()
146
LOCK
(lock);
in __cxa_finalize()
165
LOCK
(lock);
in __cxa_atexit()
208
LOCK
(lock);
in invalidate_exit_funcs()
/third_party/musl/src/exit/
H
A
D
at_quick_exit.c
16
LOCK
(lock);
in __funcs_on_quick_exit()
21
LOCK
(lock);
in __funcs_on_quick_exit()
28
LOCK
(lock);
in at_quick_exit()
H
A
D
atexit.c
29
LOCK
(lock);
in __funcs_on_exit()
35
LOCK
(lock);
in __funcs_on_exit()
45
LOCK
(lock);
in __cxa_atexit()
/third_party/musl/src/prng/
H
A
D
random.c
68
LOCK
(lock);
in srandom()
78
LOCK
(lock);
in initstate()
100
LOCK
(lock);
in setstate()
110
LOCK
(lock);
in random()
/third_party/musl/src/stdio/
H
A
D
ofl.c
16
LOCK
(ofl_lock);
in __ofl_lock()
39
LOCK
(ofl_lock);
in __ofl_alloc()
71
LOCK
(ofl_lock);
in __ofl_alloc()
109
LOCK
(ofl_lock);
in __ofl_free()
/third_party/musl/src/thread/
H
A
D
pthread_atfork.c
25
LOCK
(lock);
in __fork_handler()
50
LOCK
(lock);
in pthread_atfork_for_gwpasan()
64
LOCK
(lock);
in pthread_atfork()
H
A
D
sem_open.c
48
LOCK
(lock);
in sem_open()
149
LOCK
(lock);
in sem_open()
166
LOCK
(lock);
in sem_open()
175
LOCK
(lock);
/third_party/musl/porting/liteos_a/user/src/misc/
H
A
D
syslog.c
27
LOCK
(lock);
in setlogmask()
47
LOCK
(lock);
in closelog()
65
LOCK
(lock);
in openlog()
136
LOCK
(lock);
in __vsyslog()
/third_party/musl/src/misc/
H
A
D
syslog.c
28
LOCK
(lock);
in setlogmask()
48
LOCK
(lock);
in closelog()
66
LOCK
(lock);
in openlog()
137
LOCK
(lock);
in __vsyslog()
/third_party/musl/porting/liteos_a/user/src/thread/
H
A
D
sem_open.c
48
LOCK
(lock);
in sem_open()
143
LOCK
(lock);
in sem_open()
160
LOCK
(lock);
in sem_open()
169
LOCK
(lock);
in sem_close()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H
A
D
ofl.c
8
static int
LOCK
(void)
in LOCK()
function
21
LOCK
();
in __ofl_lock()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H
A
D
ofl.c
8
static int
LOCK
(void)
in LOCK()
function
21
LOCK
();
in __ofl_lock()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H
A
D
ofl.c
8
static int
LOCK
(void)
in LOCK()
function
21
LOCK
();
in __ofl_lock()
/third_party/musl/porting/liteos_a/kernel/src/time/
H
A
D
__tz.c
20
static int
LOCK
(void)
in LOCK()
function
156
LOCK
();
in __secs_to_zone()
211
LOCK
();
in __tzset()
221
LOCK
();
in __tm_to_tzname()
/third_party/musl/porting/uniproton/kernel/src/time/
H
A
D
__tz.c
24
static int
LOCK
(void)
in LOCK()
function
162
LOCK
();
in __secs_to_zone()
217
LOCK
();
in __tzset()
227
LOCK
();
in __tm_to_tzname()
/third_party/musl/porting/liteos_m/kernel/src/time/
H
A
D
__tz.c
24
static int
LOCK
(void)
in LOCK()
function
162
LOCK
();
in __secs_to_zone()
217
LOCK
();
in __tzset()
227
LOCK
();
in __tm_to_tzname()
/third_party/musl/src/malloc/mallocng/
H
A
D
glue.h
70
if (MT)
LOCK
(__malloc_lock);
in rdlock()
74
if (MT)
LOCK
(__malloc_lock);
in wrlock()
/third_party/musl/porting/linux/user/src/ldso/
H
A
D
dlerror.c
34
LOCK
(freebuf_queue_lock);
in __dl_thread_cleanup()
44
LOCK
(freebuf_queue_lock);
in __dl_vseterr()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H
A
D
lock.h
6
#define
LOCK
(x) __lock(x)
macro
/third_party/musl/porting/liteos_m/user/src/internal/
H
A
D
lock.h
6
#define
LOCK
(x) __lock(x)
macro
/third_party/musl/src/internal/
H
A
D
lock.h
6
#define
LOCK
(x) __lock(x)
macro
/third_party/musl/porting/uniproton/kernel/src/internal/
H
A
D
lock.h
6
#define
LOCK
(x) __lock(x)
macro
Completed in 6 milliseconds
1
2
3
4