Searched refs:SIGSYNCCALL (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/src/linux/ |
D | membarrier.c | 42 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/ |
D | synccall.c | 76 __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/ |
D | pthread_impl.h | 69 #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/porting/liteos_a/kernel/src/internal/ |
D | pthread_impl.h | 72 #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/liteos_a/user/src/internal/ |
D | pthread_impl.h | 132 #define SIGSYNCCALL 34 macro
|
/third_party/musl/porting/linux/user/src/internal/ |
D | pthread_impl.h | 184 #define SIGSYNCCALL 34 macro
|
/third_party/musl/src/internal/ |
D | pthread_impl.h | 168 #define SIGSYNCCALL 34 macro
|