HomeSort by relevance Sort by last modified time
    Searched defs:now (Results 26 - 50 of 2052) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/adhd/cras/src/server/
audio_thread_log.h 54 struct timespec now; local
56 clock_gettime(CLOCK_MONOTONIC_RAW, &now);
58 (event << 24) | (now.tv_sec & 0x00ffffff);
59 log->log[log->write_pos].nsec = now.tv_nsec;
  /external/curl/tests/unit/
unit1606.c 52 struct curltime now = {1, 0}; local
63 result = Curl_speedcheck(easy, now);
67 now.tv_sec = ++counter;
71 finaltime = (int)(now.tv_sec - 1);
  /external/e2fsprogs/lib/ext2fs/
progress.c 77 time_t now; local
83 now = time(0);
84 if (now == last_update)
86 last_update = now;
  /external/ipsec-tools/src/racoon/
throttle.c 99 time_t now; local
104 now = time(NULL);
111 if (te->penalty < now) {
146 remaining = te->penalty - now;
152 te->penalty = now + new;
  /external/libpcap/msdos/
bin2c.c 19 time_t now = time (NULL); local
31 argv[1], ctime(&now));
  /external/ltp/testcases/kernel/controllers/freezer/
timed_forkbomb.c 31 struct timeval start, now; local
78 if (gettimeofday(&now, NULL) && (errno != EINTR))
80 } while ((now.tv_sec - start.tv_sec) <= duration);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
testfrmw.c 45 struct tm *now; local
52 now = localtime(&nw);
53 if (now == NULL)
57 now->tm_hour, now->tm_min, now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
testfrmw.c 50 struct tm *now; local
55 now = localtime(&nw);
56 if (now == NULL)
59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
testfrmw.c 50 struct tm *now; local
55 now = localtime(&nw);
56 if (now == NULL)
59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
testfrmw.c 50 struct tm *now; local
55 now = localtime(&nw);
56 if (now == NULL)
59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
testfrmw.c 50 struct tm *now; local
55 now = localtime(&nw);
56 if (now == NULL)
59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
testfrmw.c 50 struct tm *now; local
55 now = localtime(&nw);
56 if (now == NULL)
59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_getschedparam/
testfrmw.c 50 struct tm *now; local
55 now = localtime(&nw);
56 if (now == NULL)
59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_kill/
testfrmw.c 50 struct tm *now; local
55 now = localtime(&nw);
56 if (now == NULL)
59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
testfrmw.c 50 struct tm *now; local
55 now = localtime(&nw);
56 if (now == NULL)
59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_once/
testfrmw.c 50 struct tm *now; local
55 now = localtime(&nw);
56 if (now == NULL)
59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
testfrmw.c 50 struct tm *now; local
55 now = localtime(&nw);
56 if (now == NULL)
59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
testfrmw.c 50 struct tm *now; local
55 now = localtime(&nw);
56 if (now == NULL)
59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
testfrmw.c 50 struct tm *now; local
55 now = localtime(&nw);
56 if (now == NULL)
59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
60 now->tm_sec);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
testfrmw.c 50 struct tm *now; local
55 now = localtime(&nw);
56 if (now == NULL)
59 printf("[%2.2d:%2.2d:%2.2d]", now->tm_hour, now->tm_min,
60 now->tm_sec);
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_fps.c 44 uint64_t now = os_time_get(); local
49 if (info->last_time + gr->pane->period <= now) {
51 (double)(now - info->last_time);
53 info->last_time = now;
59 info->last_time = now;
  /external/perfetto/tools/skippy/
skippy.cc 46 base::TimeMillis now = base::GetWallTimeMs(); local
47 if ((now - last) < base::TimeMillis(100))
49 last = now;
  /external/syslinux/core/thread/
semaphore.c 33 mstime_t now = ms_timer(); local
37 block.block_time = now;
38 block.timeout = timeout ? now+timeout : 0;
timeout.c 19 mstime_t now = ms_timer(); local
27 if ((mstimediff_t)(timeout - now) <= 0) {
  /external/tensorflow/tensorflow/core/platform/cloud/
gcs_throttle.cc 54 int64 now = env_time_->NowSeconds(); local
56 std::max(0LL, now - static_cast<int64>(last_updated_secs_));
59 last_updated_secs_ = now;

Completed in 1450 milliseconds

12 3 4 5 6 7 8 91011>>