Home
last modified time | relevance | path

Searched refs:__abort_lock (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/porting/linux/user/src/signal/
H A Dsigaction.c30 extern hidden volatile int __abort_lock[1];
32 weak_alias(dummy_lock, __abort_lock);
77 LOCK(__abort_lock); in __libc_sigaction()
86 UNLOCK(__abort_lock); in __libc_sigaction()
/third_party/musl/src/signal/linux/
H A Dsigaction.c30 extern hidden volatile int __abort_lock[1];
32 weak_alias(dummy_lock, __abort_lock);
77 LOCK(__abort_lock); in __libc_sigaction()
89 UNLOCK(__abort_lock); in __libc_sigaction()
/third_party/musl/porting/linux/user/src/process/
H A D_Fork.c19 LOCK(__abort_lock); in _Fork()
38 UNLOCK(__abort_lock); in _Fork()
/third_party/musl/porting/liteos_a/user/src/process/
H A D_Fork.c18 LOCK(__abort_lock); in _Fork()
36 UNLOCK(__abort_lock); in _Fork()
H A Dposix_spawn.c188 LOCK(__abort_lock); in posix_spawn()
191 UNLOCK(__abort_lock); in posix_spawn()
199 UNLOCK(__abort_lock); in posix_spawn()
/third_party/musl/src/process/
H A D_Fork.c42 UNLOCK(__abort_lock); in __post_Fork()
52 LOCK(__abort_lock); in _Fork()
H A Dposix_spawn.c192 LOCK(__abort_lock); in posix_spawn()
195 UNLOCK(__abort_lock); in posix_spawn()
203 UNLOCK(__abort_lock); in posix_spawn()
/third_party/musl/src/signal/
H A Dsigaction.c77 LOCK(__abort_lock); in __sigaction()
81 UNLOCK(__abort_lock); in __sigaction()
/third_party/musl/src/exit/
H A Dabort_lock.c3 volatile int __abort_lock[1]; variable
H A Dabort.c72 LOCK(__abort_lock); in abort()
/third_party/musl/porting/liteos_a/user/src/exit/
H A Dabort.c26 LOCK(__abort_lock); in abort()
/third_party/musl/src/linux/
H A Dclone.c54 LOCK(__abort_lock); in clone()
/third_party/musl/src/signal/liteos_a/
H A Dsigaction.c363 LOCK(__abort_lock); in __sigaction()
367 UNLOCK(__abort_lock); in __sigaction()
/third_party/musl/porting/liteos_a/user/src/signal/
H A Dsigaction.c345 LOCK(__abort_lock); in __sigaction()
349 UNLOCK(__abort_lock); in __sigaction()
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dpthread_impl.h121 extern hidden volatile int __abort_lock[1];
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h278 extern hidden volatile int __abort_lock[1];
/third_party/musl/porting/liteos_a/user/src/internal/
H A Dpthread_impl.h194 extern hidden volatile int __abort_lock[1];
/third_party/musl/src/internal/
H A Dpthread_impl.h293 extern hidden volatile int __abort_lock[1];

Completed in 10 milliseconds