Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
k_clock Struct Reference

#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)
 

Detailed Description

Definition at line 92 of file posix-timers.h.

Field Documentation

int(* clock_adj)(const clockid_t which_clock, struct timex *tx)

Definition at line 97 of file posix-timers.h.

int(* clock_get)(const clockid_t which_clock, struct timespec *tp)

Definition at line 96 of file posix-timers.h.

int(* clock_getres)(const clockid_t which_clock, struct timespec *tp)

Definition at line 93 of file posix-timers.h.

int(* clock_set)(const clockid_t which_clock, const struct timespec *tp)

Definition at line 94 of file posix-timers.h.

int(* nsleep)(const clockid_t which_clock, int flags, struct timespec *, struct timespec __user *)

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.

int(* timer_create)(struct k_itimer *timer)

Definition at line 98 of file posix-timers.h.

int(* timer_del)(struct k_itimer *timr)

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.


The documentation for this struct was generated from the following file: