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

/seL4-refos-master/libs/librefos/src/refos-util/
H A Dinit.c272 long sys_timer_getoverrun(va_list ap);
613 syscall_table[__NR_timer_getoverrun] = sys_timer_getoverrun;
/seL4-refos-master/libs/librefossys/src/
H A Dsys_stubs.c1001 long sys_timer_getoverrun(va_list ap) { function
1002 assert(!"sys_timer_getoverrun not implemented");
2141 long sys_timer_getoverrun(va_list ap) { function
2142 assert(!"sys_timer_getoverrun not implemented");
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-util/
H A Dinit.c272 long sys_timer_getoverrun(va_list ap);
613 syscall_table[__NR_timer_getoverrun] = sys_timer_getoverrun;
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/
H A Dsys_stubs.c1001 long sys_timer_getoverrun(va_list ap) { function
1002 assert(!"sys_timer_getoverrun not implemented");
2141 long sys_timer_getoverrun(va_list ap) { function
2142 assert(!"sys_timer_getoverrun not implemented");

Completed in 98 milliseconds