Home
last modified time | relevance | path

Searched refs:LOCK (Results 1 - 25 of 93) sorted by relevance

1234

/third_party/selinux/libselinux/src/
H A Dselinux_internal.h55 #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 Dofl.c16 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 Datexit.c121 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 Datexit.c119 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 Dat_quick_exit.c16 LOCK(lock); in __funcs_on_quick_exit()
21 LOCK(lock); in __funcs_on_quick_exit()
28 LOCK(lock); in at_quick_exit()
H A Datexit.c29 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 Drandom.c68 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 Dofl.c16 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 Dpthread_atfork.c25 LOCK(lock); in __fork_handler()
50 LOCK(lock); in pthread_atfork_for_gwpasan()
64 LOCK(lock); in pthread_atfork()
H A Dsem_open.c48 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 Dsyslog.c27 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 Dsyslog.c28 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 Dsem_open.c48 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 Dofl.c8 static int LOCK(void) in LOCK() function
21 LOCK(); in __ofl_lock()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dofl.c8 static int LOCK(void) in LOCK() function
21 LOCK(); in __ofl_lock()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dofl.c8 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.c20 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.c24 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.c24 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 Dglue.h70 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 Ddlerror.c34 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 Dlock.h6 #define LOCK(x) __lock(x) macro
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dlock.h6 #define LOCK(x) __lock(x) macro
/third_party/musl/src/internal/
H A Dlock.h6 #define LOCK(x) __lock(x) macro
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dlock.h6 #define LOCK(x) __lock(x) macro

Completed in 6 milliseconds

1234