OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TFD_TIMER_ABSTIME
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.c
92
#define
TFD_TIMER_ABSTIME
(1 << 0)
224
if (timerfd_settime(tfd,
TFD_TIMER_ABSTIME
, &tmr, NULL))
243
if (timerfd_settime(tfd,
TFD_TIMER_ABSTIME
, &tmr, NULL))
/external/strace/
time.c
980
#ifndef
TFD_TIMER_ABSTIME
981
#define
TFD_TIMER_ABSTIME
(1 << 0)
985
{
TFD_TIMER_ABSTIME
, "
TFD_TIMER_ABSTIME
" },
Completed in 60 milliseconds