Searched refs:SIGSYNCCALL (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/src/linux/ |
D | membarrier.c | 47 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/ |
D | synccall.c | 75 __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/ |
D | pthread_impl.h | 69 #define SIGSYNCCALL 34 macro
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | pthread_impl.h | 68 #define SIGSYNCCALL 34 macro
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | pthread_impl.h | 69 #define SIGSYNCCALL 34 macro
|
/third_party/musl/src/internal/ |
D | pthread_impl.h | 117 #define SIGSYNCCALL 34 macro
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | pthread_impl.h | 117 #define SIGSYNCCALL 34 macro
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | pthread_impl.h | 118 #define SIGSYNCCALL 34 macro
|
/third_party/musl/porting/linux/user/src/internal/ |
D | pthread_impl.h | 147 #define SIGSYNCCALL 34 macro
|