HomeSort by relevance Sort by last modified time
    Searched refs:tfd (Results 1 - 9 of 9) 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 42 int tfd; member in struct:log_t
53 : tfd(-1), amfd(-1), crashed_tid(-1), current_tid(-1), should_retrieve_logcat(true) {}
utility.cpp 60 bool write_to_tombstone = (log->tfd != -1);
79 TEMP_FAILURE_RETRY(write(log->tfd, buf, len));
backtrace.cpp 109 log.tfd = fd;
tombstone.cpp 768 log.tfd = fd;
  /hardware/ti/omap4-aah/
mapinfo.c 13 _LOG(tfd, (sp_depth > 2) || only_in_tombstone,
  /hardware/ti/omap4xxx/
mapinfo.c 13 _LOG(tfd, (sp_depth > 2) || only_in_tombstone,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 490 (tfd, tempfilename) = tempfile.mkstemp(prefix='IDLE_tmp_')
492 os.close(tfd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 490 (tfd, tempfilename) = tempfile.mkstemp(prefix='IDLE_tmp_')
492 os.close(tfd)

Completed in 1322 milliseconds