Searched refs:sys_tkill (Results 1 - 14 of 14) sorted by relevance

/seL4-refos-master/libs/librefossys/src/
H A Dsyscalls.h25 long sys_tkill(va_list ap);
H A Dvsyscall.c33 [__NR_tkill] = sys_tkill,
H A Dsys_stubs.c921 long sys_tkill(va_list ap) { function
922 assert(!"sys_tkill not implemented");
2069 long sys_tkill(va_list ap) { function
2070 assert(!"sys_tkill not implemented");
/seL4-refos-master/libs/libsel4muslcsys/src/
H A Dsys_exit.c61 long sys_tkill(va_list ap) function
H A Dsyscalls.h26 long sys_tkill(va_list ap);
H A Dvsyscall.c134 [__NR_tkill] = sys_tkill,
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dsyscalls.h25 long sys_tkill(va_list ap);
H A Dvsyscall.c33 [__NR_tkill] = sys_tkill,
H A Dsys_stubs.c921 long sys_tkill(va_list ap) { function
922 assert(!"sys_tkill not implemented");
2069 long sys_tkill(va_list ap) { function
2070 assert(!"sys_tkill not implemented");
/seL4-refos-master/projects/seL4_libs/libsel4muslcsys/src/
H A Dsys_exit.c61 long sys_tkill(va_list ap) function
H A Dsyscalls.h26 long sys_tkill(va_list ap);
H A Dvsyscall.c134 [__NR_tkill] = sys_tkill,
/seL4-refos-master/libs/librefos/src/refos-util/
H A Dinit.c252 long sys_tkill(va_list ap);
593 syscall_table[__NR_tkill] = sys_tkill;
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-util/
H A Dinit.c252 long sys_tkill(va_list ap);
593 syscall_table[__NR_tkill] = sys_tkill;

Completed in 62 milliseconds