Home
last modified time | relevance | path

Searched refs:SIGSYNCCALL (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/src/linux/
Dmembarrier.c47 if (!__libc_sigaction(SIGSYNCCALL, &sa, 0)) { in __membarrier()
49 __syscall(SYS_tkill, td->tid, SIGSYNCCALL); in __membarrier()
54 __libc_sigaction(SIGSYNCCALL, &sa, 0); in __membarrier()
/third_party/musl/src/thread/
Dsynccall.c75 __libc_sigaction(SIGSYNCCALL, &sa, 0); in __synccall()
80 while ((r = -__syscall(SYS_tkill, td->tid, SIGSYNCCALL)) == EAGAIN); in __synccall()
101 __libc_sigaction(SIGSYNCCALL, &sa, 0); in __synccall()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h69 #define SIGSYNCCALL 34 macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h68 #define SIGSYNCCALL 34 macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h69 #define SIGSYNCCALL 34 macro
/third_party/musl/src/internal/
Dpthread_impl.h117 #define SIGSYNCCALL 34 macro
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h117 #define SIGSYNCCALL 34 macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h118 #define SIGSYNCCALL 34 macro
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h147 #define SIGSYNCCALL 34 macro