Home
last modified time | relevance | path

Searched defs:timerfd (Results 1 – 2 of 2) sorted by relevance

/test/xts/hats/kernel/syscalls/timer/timerfdcreate/
DTimerFdCreateApiTest.cpp57 int timerfd = timerfd_create(CLOCK_REALTIME, 0); variable
89 int timerfd = timerfd_create(CLOCK_MONOTONIC, 0); variable
115 int timerfd = timerfd_create(CLOCK_BOOTTIME, 0); variable
142 int timerfd = timerfd_create(CLOCK_REALTIME_ALARM, 0); variable
169 int timerfd = timerfd_create(CLOCK_BOOTTIME_ALARM, 0); variable
195 int timerfd = timerfd_create(CLOCK_REALTIME, TFD_NONBLOCK); variable
224 int timerfd = timerfd_create(CLOCK_REALTIME, 0); variable
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dtimerfdndk.cpp38 int timerfd = timerfd_create(NUMBER, NUMBER); in Timerfd_create() local