Searched defs:itimerspec (Results 1 – 9 of 9) sorted by relevance
66 struct itimerspec { struct67 struct timespec it_interval;68 struct timespec it_value;
181 struct itimerspec struct201 const struct itimerspec *new_value, struct itimerspec *old_value); argument
81 struct itimerspec { struct82 struct timespec it_interval;83 struct timespec it_value;
80 struct itimerspec { struct81 struct timespec it_interval;82 struct timespec it_value;
83 struct itimerspec { struct94 #define itimerspec64 itimerspec argument
497 struct itimerspec itimerspec = { .it_interval = { 0, 0 } }; in main() local