Searched refs:now (Results 1 – 11 of 11) sorted by relevance
44 return monotonic_time_stamper::now(); in mtsNow()59 auto now = mtsNow(); in newSession() local62 t = now; in newSession()70 auto now = mtsNow(); in beginHandshake() local72 (now - timestamps_[uint32_t(InputState::Fresh)]) >= in beginHandshake()80 timestamps_[uint32_t(state_)] = now; in beginHandshake()131 auto now = mtsNow(); in processInputEvent() local164 now - timestamps_[uint32_t( in processInputEvent()182 timestamps_[uint32_t(state_)] = now; in processInputEvent()202 auto now = mtsNow(); in reportVerifiedInput() local[all …]
60 static TimeStamp now() { return monotonic_time_stamper::now(); } in now() function
31 TimeStamp now() { in now() function
35 TimeStamp now();
25 fn now(&self) -> MillisecondsSinceEpoch { in now() method50 let time1 = trusty_clock.now().0; in get_milliseconds_since_boot_test()51 let time2 = trusty_clock.now().0; in get_milliseconds_since_boot_test()
108 int64_t end = 0, now = 0; in TEST() local111 trusty_gettime(0, &now); in TEST()112 end = now + (ONE_S * 60); in TEST()114 while (now < end) { in TEST()115 remaining = (end - now) / ONE_S; in TEST()125 trusty_gettime(0, &now); in TEST()
19 # app main() startup routines. Disable libc sanitization for now. It's possible23 # TODO: dlmalloc is super fragile. Leave it out for now.
42 lk_time_ns_t now, in dpc_test_timer_callback() argument
26 You should now be connected to QEMU and stopped just before the bootloader has27 started. Add breakpoints now. You can add breakpoints to the kernel and to TAs
80 lk_time_ns_t now, in test_tm_uirq_callback() argument
110 - State after completing transaction. The second super block is now the most