HomeSort by: relevance | last modified time | path
    Searched refs:rump___sysimpl_timer_getoverrun (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/include/rump/
rump_syscalls.h 804 #define RUMP_SYS_RENAME_TIMER_GETOVERRUN rump___sysimpl_timer_getoverrun
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 2647 int rump___sysimpl_timer_getoverrun(timer_t);
2649 rump___sysimpl_timer_getoverrun(timer_t timerid) function in typeref:typename:int
2670 __weak_alias(timer_getoverrun,rump___sysimpl_timer_getoverrun);
2671 __weak_alias(_timer_getoverrun,rump___sysimpl_timer_getoverrun);
2672 __strong_alias(_sys_timer_getoverrun,rump___sysimpl_timer_getoverrun);

Completed in 34 milliseconds