HomeSort by relevance Sort by last modified time
    Searched refs:tfd (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.c 146 long waittmr(int tfd, int timeo)
151 pfd.fd = tfd;
164 if (read(tfd, &ticks, sizeof(ticks)) != sizeof(ticks))
175 int i, tfd; local
198 if ((tfd = timerfd_create(clks[i].id, 0)) == -1)
204 if (timerfd_settime(tfd, 0, &tmr, NULL))
211 ticks = waittmr(tfd, -1);
224 if (timerfd_settime(tfd, TFD_TIMER_ABSTIME, &tmr, NULL))
231 ticks = waittmr(tfd, -1);
243 if (timerfd_settime(tfd, TFD_TIMER_ABSTIME, &tmr, NULL)
    [all...]
  /system/core/debuggerd/
utility.h 26 int tfd; member in struct:__anon43828
utility.c 61 want_tfd_write = log && log->tfd >= 0;
72 write(log->tfd, buf, len);
backtrace.c 119 log.tfd = fd;
tombstone.c 829 log.tfd = fd;
  /hardware/ti/omap4xxx/
mapinfo.c 13 _LOG(tfd, (sp_depth > 2) || only_in_tombstone,

Completed in 163 milliseconds