Uses of Class
de.ibapl.jnhw.posix.Time.Timespec
-
Packages that use Time.Timespec Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system. -
-
Uses of Time.Timespec in de.ibapl.jnhw.posix
Fields in de.ibapl.jnhw.posix declared as Time.Timespec Modifier and Type Field Description Time.TimespecTime.Itimerspec. it_intervalTimer period.Time.TimespecTime.Itimerspec. it_valueTimer expiration.Methods in de.ibapl.jnhw.posix that return Time.Timespec Modifier and Type Method Description Time.TimespecSched.Sched_param. sched_ss_init_budget()Time.TimespecSched.Sched_param. sched_ss_repl_period()Methods in de.ibapl.jnhw.posix with parameters of type Time.Timespec Modifier and Type Method Description static voidAio. aio_suspend(Aio.Aiocbs list, Time.Timespec timeout)static voidTime. clock_getres(int clock_id, Time.Timespec timespec)POSIX: clock_getres, clock_gettime, clock_settime - clock and timer functions.The clock_getres() function shall return the resolution of any clock.static voidTime. clock_gettime(int clock_id, Time.Timespec timespec)POSIX: clock_getres, clock_gettime, clock_settime - clock and timer functions.The clock_gettime() function shall return the current value tp for the specified clock, clock_id.static voidTime. clock_nanosleep(int clock_id, int flags, Time.Timespec rqtp, Time.Timespec rmtp)static voidTime. clock_settime(int clock_id, Time.Timespec timespec)POSIX: clock_getres, clock_gettime, clock_settime - clock and timer functions.The clock_settime() function shall set the specified clock, clock_id, to the value specified by tp.static voidTime. nanosleep(Time.Timespec rqtp, Time.Timespec rmtp)static voidSched. sched_rr_get_interval(int pid, Time.Timespec interval)static intSignal. sigtimedwait(Signal.Sigset_t set, Signal.Siginfo_t info, Time.Timespec timeout)
-