Home
last modified time | relevance | path

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

/third_party/musl/src/linux/
Dmembarrier.c42 if (!__libc_sigaction(SIGSYNCCALL, &sa, 0)) { in __membarrier()
44 __syscall(SYS_tkill, td->tid, SIGSYNCCALL); in __membarrier()
49 __libc_sigaction(SIGSYNCCALL, &sa, 0); in __membarrier()
/third_party/musl/src/thread/
Dsynccall.c76 __libc_sigaction(SIGSYNCCALL, &sa, 0); in __synccall()
81 while ((r = -__syscall(SYS_tkill, td->tid, SIGSYNCCALL)) == EAGAIN); in __synccall()
102 __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_m/kernel/src/internal/
Dpthread_impl.h69 #define SIGSYNCCALL 34 macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h72 #define SIGSYNCCALL 34 macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h118 #define SIGSYNCCALL 34 macro
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h132 #define SIGSYNCCALL 34 macro
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h184 #define SIGSYNCCALL 34 macro
/third_party/musl/src/internal/
Dpthread_impl.h168 #define SIGSYNCCALL 34 macro