Searched refs:sys_wait4 (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/libs/librefos/src/refos-util/
H A Dinit.c140 long sys_wait4(va_list ap);
481 syscall_table[__NR_wait4] = sys_wait4;
/seL4-refos-master/libs/librefossys/src/
H A Dsys_stubs.c445 long sys_wait4(va_list ap) { function
446 assert(!"sys_wait4 not implemented");
1637 long sys_wait4(va_list ap) { function
1638 assert(!"sys_wait4 not implemented");
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-util/
H A Dinit.c140 long sys_wait4(va_list ap);
481 syscall_table[__NR_wait4] = sys_wait4;
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dsys_stubs.c445 long sys_wait4(va_list ap) { function
446 assert(!"sys_wait4 not implemented");
1637 long sys_wait4(va_list ap) { function
1638 assert(!"sys_wait4 not implemented");

Completed in 46 milliseconds