Linux Kernel
3.7.1
|
#include <posix-timers.h>
Data Fields | |
int(* | clock_getres )(const clockid_t which_clock, struct timespec *tp) |
int(* | clock_set )(const clockid_t which_clock, const struct timespec *tp) |
int(* | clock_get )(const clockid_t which_clock, struct timespec *tp) |
int(* | clock_adj )(const clockid_t which_clock, struct timex *tx) |
int(* | timer_create )(struct k_itimer *timer) |
int(* | nsleep )(const clockid_t which_clock, int flags, struct timespec *, struct timespec __user *) |
long(* | nsleep_restart )(struct restart_block *restart_block) |
int(* | timer_set )(struct k_itimer *timr, int flags, struct itimerspec *new_setting, struct itimerspec *old_setting) |
int(* | timer_del )(struct k_itimer *timr) |
void(* | timer_get )(struct k_itimer *timr, struct itimerspec *cur_setting) |
Definition at line 92 of file posix-timers.h.
Definition at line 97 of file posix-timers.h.
Definition at line 96 of file posix-timers.h.
Definition at line 93 of file posix-timers.h.
Definition at line 94 of file posix-timers.h.
Definition at line 99 of file posix-timers.h.
long(* nsleep_restart)(struct restart_block *restart_block) |
Definition at line 101 of file posix-timers.h.
Definition at line 105 of file posix-timers.h.
void(* timer_get)(struct k_itimer *timr, struct itimerspec *cur_setting) |
Definition at line 107 of file posix-timers.h.
int(* timer_set)(struct k_itimer *timr, int flags, struct itimerspec *new_setting, struct itimerspec *old_setting) |
Definition at line 102 of file posix-timers.h.