Home
last modified time | relevance | path

Searched refs:timer_t (Results 1 – 2 of 2) sorted by relevance

/third_party/ulib/musl/include/
A Dtime.h96 int timer_create(clockid_t, struct sigevent* __restrict, timer_t* __restrict);
97 int timer_delete(timer_t);
98 int timer_settime(timer_t, int, const struct itimerspec* __restrict, struct itimerspec* __restrict);
99 int timer_gettime(timer_t, struct itimerspec*);
100 int timer_getoverrun(timer_t);
/third_party/ulib/musl/include/bits/
A Dalltypes.h341 typedef void* timer_t; typedef

Completed in 5 milliseconds