Home
last modified time | relevance | path

Searched defs:itimerspec (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dtime.h66 struct itimerspec { struct
67 struct timespec it_interval;
68 struct timespec it_value;
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/libcompat/
Dlibcompat.h181 struct itimerspec struct
201 const struct itimerspec *new_value, struct itimerspec *old_value); argument
/third_party/musl/porting/uniproton/kernel/include/
Dtime.h81 struct itimerspec { struct
82 struct timespec it_interval;
83 struct timespec it_value;
/third_party/musl/porting/liteos_m/user/include/
Dtime.h80 struct itimerspec { struct
81 struct timespec it_interval;
82 struct timespec it_value;
/third_party/musl/include/
Dtime.h80 struct itimerspec { struct
81 struct timespec it_interval;
82 struct timespec it_value;
/third_party/musl/porting/liteos_m/kernel/include/
Dtime.h81 struct itimerspec { struct
82 struct timespec it_interval;
83 struct timespec it_value;
/third_party/musl/ndk_musl_include/
Dtime.h80 struct itimerspec { struct
81 struct timespec it_interval;
82 struct timespec it_value;
/third_party/musl/porting/liteos_a/kernel/include/
Dtime.h83 struct itimerspec { struct
94 #define itimerspec64 itimerspec argument
/third_party/alsa-utils/amidi/
Damidi.c497 struct itimerspec itimerspec = { .it_interval = { 0, 0 } }; in main() local