/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 102 thr->clock.set(thr->tid, thr->fast_state.epoch()); in MutexLock() 103 thr->clock.acquire(&s->clock); in MutexLock() 105 thr->clock.acquire(&s->read_clock); in MutexLock() 140 thr->clock.set(thr->tid, thr->fast_state.epoch()); in MutexUnlock() 142 thr->clock.ReleaseStore(&s->clock); in MutexUnlock() 165 thr->clock.set(thr->tid, thr->fast_state.epoch()); in MutexReadLock() 166 thr->clock.acquire(&s->clock); in MutexReadLock() 187 thr->clock.set(thr->tid, thr->fast_state.epoch()); in MutexReadUnlock() 189 thr->clock.release(&s->read_clock); in MutexReadUnlock() 208 thr->clock.set(thr->tid, thr->fast_state.epoch()); in MutexReadOrWriteUnlock() [all …]
|
D | tsan_interface_atomic.cc | 257 thr->clock.set(thr->tid, thr->fast_state.epoch()); in AtomicLoad() 258 thr->clock.acquire(&s->clock); in AtomicLoad() 281 thr->clock.set(thr->tid, thr->fast_state.epoch()); in AtomicStore() 282 thr->clock.ReleaseStore(&s->clock); in AtomicStore() 294 thr->clock.set(thr->tid, thr->fast_state.epoch()); in AtomicRMW() 296 thr->clock.acq_rel(&s->clock); in AtomicRMW() 298 thr->clock.release(&s->clock); in AtomicRMW() 300 thr->clock.acquire(&s->clock); in AtomicRMW() 354 thr->clock.set(thr->tid, thr->fast_state.epoch()); in AtomicCAS() 356 thr->clock.acq_rel(&s->clock); in AtomicCAS() [all …]
|
D | tsan_rtl_thread.cc | 45 caller_thr->clock.acquire(&sync); in OnJoined() 62 args->thr->clock.set(args->thr->tid, args->thr->fast_state.epoch()); in OnCreated() 64 args->thr->clock.release(&sync); in OnCreated() 112 thr->clock.set(tid, epoch0); in OnStarted() 113 thr->clock.acquire(&sync); in OnStarted() 130 thr->clock.set(thr->tid, thr->fast_state.epoch()); in OnFinished() 132 thr->clock.release(&sync); in OnFinished()
|
/external/qemu/ |
D | qemu-timer.h | 39 int64_t qemu_get_clock(QEMUClock *clock); 40 int64_t qemu_get_clock_ns(QEMUClock *clock); 41 void qemu_clock_enable(QEMUClock *clock, int enabled); 42 void qemu_clock_warp(QEMUClock *clock); 44 QEMUTimer *qemu_new_timer(QEMUClock *clock, int scale, 69 static inline QEMUTimer *qemu_new_timer_ns(QEMUClock *clock, QEMUTimerCB *cb, in qemu_new_timer_ns() argument 72 return qemu_new_timer(clock, SCALE_NS, cb, opaque); in qemu_new_timer_ns() 75 static inline QEMUTimer *qemu_new_timer_ms(QEMUClock *clock, QEMUTimerCB *cb, in qemu_new_timer_ms() argument 78 return qemu_new_timer(clock, SCALE_MS, cb, opaque); in qemu_new_timer_ms() 81 static inline int64_t qemu_get_clock_ms(QEMUClock *clock) in qemu_get_clock_ms() argument [all …]
|
D | qemu-timer.c | 195 QEMUClock *clock; member 432 QEMUClock *clock; in qemu_new_clock() local 433 clock = qemu_mallocz(sizeof(QEMUClock)); in qemu_new_clock() 434 clock->type = type; in qemu_new_clock() 435 clock->enabled = 1; in qemu_new_clock() 436 return clock; in qemu_new_clock() 439 void qemu_clock_enable(QEMUClock *clock, int enabled) in qemu_clock_enable() argument 441 clock->enabled = enabled; in qemu_clock_enable() 453 int64_t clock = qemu_get_clock_ns(rt_clock); in icount_warp_rt() local 454 int64_t warp_delta = clock - vm_clock_warp_start; in icount_warp_rt() [all …]
|
/external/chromium/chrome/browser/chromeos/status/ |
D | clock_menu_button_browsertest.cc | 39 ClockMenuButton* clock = GetClockMenuButton(); in IN_PROC_BROWSER_TEST_F() local 40 ASSERT_TRUE(clock != NULL); in IN_PROC_BROWSER_TEST_F() 46 std::wstring text_before = clock->text(); in IN_PROC_BROWSER_TEST_F() 50 std::wstring text_after = clock->text(); in IN_PROC_BROWSER_TEST_F()
|
/external/dropbear/libtommath/etc/ |
D | 2kprime.c | 25 t1 = clock(); in main() 35 if (clock() - t1 > CLOCKS_PER_SEC) { in main() 38 t1 = clock(); in main()
|
D | mersenne.c | 115 tt = clock (); in main() 125 tt = clock () - tt; in main()
|
/external/iproute2/tc/ |
D | README.last | 25 To resume: as only you will get it working, select correct clock 32 granularity of this clock is not enough to make reasonable 35 integrated clock in any case, this switch is not so bad 45 a lot of them have clock, broken by APM etc. etc.
|
/external/skia/bench/ |
D | BenchSysTimer_c.cpp | 17 this->fStartCpu = clock(); in startCpu() 21 clock_t end_cpu = clock(); in endCpu()
|
/external/opencv/ |
D | cvjni.cpp | 310 clock_t total_time_start = clock(); in Java_org_siprop_opencv_OpenCV_initFaceDetection() 330 clock_t total_time_finish = clock() - total_time_start; in Java_org_siprop_opencv_OpenCV_initFaceDetection() 464 clock_t total_time_start = clock(); in Java_org_siprop_opencv_OpenCV_findAllFaces() 478 clock_t haar_detect_time_start = clock(); in Java_org_siprop_opencv_OpenCV_findAllFaces() 482 clock_t haar_detect_time_finish = clock() - haar_detect_time_start; in Java_org_siprop_opencv_OpenCV_findAllFaces() 496 clock_t total_time_finish = clock() - total_time_start; in Java_org_siprop_opencv_OpenCV_findAllFaces() 563 clock_t total_time_start = clock(); in Java_org_siprop_opencv_OpenCV_findSingleFace() 577 clock_t haar_detect_time_start = clock(); in Java_org_siprop_opencv_OpenCV_findSingleFace() 581 clock_t haar_detect_time_finish = clock() - haar_detect_time_start; in Java_org_siprop_opencv_OpenCV_findSingleFace() 604 clock_t total_time_finish = clock() - total_time_start; in Java_org_siprop_opencv_OpenCV_findSingleFace()
|
/external/srec/srec/crec/ |
D | comp_stats.c | 73 if (clock() == (clock_t) - 1) in dump_comp_stats() 132 c->last = clock(); in start_cs_clock() 153 curr = clock(); in end_cs_clock()
|
/external/qemu/distrib/sdl-1.2.15/src/timer/riscos/ |
D | SDL_systimer.c | 58 start = clock(); in SDL_StartTicks() 65 ticks=clock()-start; in SDL_GetTicks()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2012-11-16-mischedcall.ll | 9 declare void @clock() nounwind 17 tail call void @clock() nounwind
|
/external/markdown/ |
D | test-markdown.py | 189 start = time.clock() 191 construction_time = time.clock() - start 245 start = time.clock() 248 conversion_time = time.clock() - start
|
/external/expat/tests/benchmark/ |
D | benchmark.c | 83 tstart = clock(); in main() 102 tend = clock(); in main()
|
/external/srec/srec/include/ |
D | comp_stats.h | 95 void reset_cs_clock(CS_CLOCK *clock); 104 void start_cs_clock(CS_CLOCK *clock);
|
/external/srtp/crypto/test/ |
D | auth_driver.c | 188 timer = clock(); in auth_bits_per_second() 192 timer = clock() - timer; in auth_bits_per_second()
|
/external/srtp/test/ |
D | replay_driver.c | 191 timer = clock(); in rdb_check_adds_per_second() 206 timer = clock() - timer; in rdb_check_adds_per_second()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/ |
D | SDL_ipodvideo.c | 512 unsigned long clock; in M_timer_check() local 513 clock = inl(lcd_rtc); in M_timer_check() 515 if ( (clock - clock_start) >= usecs ) { in M_timer_check() 616 unsigned long clock; in C_timer_check() local 617 clock = inl(0x60005010); in C_timer_check() 619 if ( (clock - clock_start) >= usecs ) { in C_timer_check()
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0002.txt | 29 // get initial clock 30 t1 = clock(); 35 while (clock() < (t1 + 100));
|
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/ |
D | SDL_mintaudio.c | 90 void SDL_MintAudio_AddFrequency(_THIS, Uint32 frequency, Uint32 clock, in SDL_MintAudio_AddFrequency() argument 115 MINTAUDIO_frequencies[p].masterclock = clock; in SDL_MintAudio_AddFrequency()
|
/external/clang/test/Index/ |
D | print-bitwidth.c | 4 unsigned clock : 1; member
|
/external/chromium/base/ |
D | time_posix.cc | 190 return TimeTicks(clock()); in Now() 194 #error No usable tick clock function on this platform.
|
/external/dropbear/libtommath/mtest/ |
D | mtest.c | 110 t1 = clock(); in main() 113 if (clock() - t1 > CLOCKS_PER_SEC) { in main() 115 t1 = clock(); in main()
|