Uses of Class
de.ibapl.jnhw.annontation.posix.sys.types.clockid_t
-
Packages that use clockid_t Package Description de.ibapl.jnhw.posix Very thin and safe wrapper classes around common used headers on a POSIX system. -
-
Uses of clockid_t in de.ibapl.jnhw.posix
Method parameters in de.ibapl.jnhw.posix with annotations of type clockid_t Modifier and Type Method Description static voidTime. clock_getcpuclockid(int pid, IntRef clock_id)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 voidPthread. pthread_getcpuclockid(Pthread.Pthread_t thread_id, IntRef clock_id)static voidTime. timer_create(int clockid, Signal.Sigevent evp, Time.Timer_t timerid)
-