Searched refs:SIGSYNCCALL (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/thread/
H A Dsynccall.c82 * interrupts the SIGSYNCCALL handlers. The main possible source
85 __libc_sigaction(SIGSYNCCALL, &sa, 0);
100 __syscall(SYS_kill, pid, SIGSYNCCALL);
122 r = -__syscall(SYS_tgkill, pid, tid, SIGSYNCCALL);
159 __libc_sigaction(SIGSYNCCALL, &sa, 0);
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dpthread_impl.h102 #define SIGSYNCCALL 34 macro

Completed in 81 milliseconds