Searched refs:now (Results 401 - 425 of 672) sorted by path

<<11121314151617181920>>

/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c1503 time_t now = time(NULL); local
1504 if (filet < now - 10 || filet > now + 1) {
1507 pathname, type, filet, now - filet);
3762 time_t now; local
3992 now = time(NULL);
3996 localtime(&now));
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dos.c237 struct timeval now, expiry = { 0,0 }; local
242 gettimeofday2 (&now, NULL);
243 expiry.tv_usec = now.tv_usec + 1000UL * p->opt.timeout;
244 expiry.tv_sec = now.tv_sec;
323 * e.g. SIGINT handler, exit loop now.
328 gettimeofday2 (&now, NULL);
330 if (timercmp(&now, &expiry, >))
997 if (!using_pktdrv || !has_ip_addr) /* for now .... */
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesSourceMinimizer.cpp508 // Don't handle macro expansions inside @import for now.
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp134 os << " The object now has a +" << Count << " retain count.";
495 os << "Object is now not exclusively owned";
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp719 std::chrono::system_clock::now().time_since_epoch().count() + GetPid();
742 // for now.
776 auto StartTime = system_clock::now();
780 auto StopTime = system_clock::now();
H A DFuzzerFork.cpp113 std::chrono::system_clock::now() - ProcessStartTime)
138 auto Time1 = std::chrono::system_clock::now();
144 auto Time2 = std::chrono::system_clock::now();
293 Env.ProcessStartTime = std::chrono::system_clock::now();
H A DFuzzerInternal.h44 return duration_cast<seconds>(system_clock::now() - ProcessStartTime)
125 system_clock::time_point LastAllocatorPurgeAttemptTime = system_clock::now();
133 system_clock::time_point ProcessStartTime = system_clock::now();
H A DFuzzerLoop.cpp134 _Exit(Options.OOMExitCode); // Stop right now.
239 _Exit(Options.ErrorExitCode); // Stop right now.
269 // Stop right now, don't perform any at-exit actions.
285 duration_cast<seconds>(system_clock::now() - UnitStartTime).count();
303 _Exit(Options.TimeoutExitCode); // Stop right now.
319 _Exit(Options.OOMExitCode); // Stop right now.
522 _Exit(Options.ErrorExitCode); // Stop right now.
553 UnitStartTime = system_clock::now();
558 UnitStopTime = system_clock::now();
714 if (duration_cast<seconds>(system_clock::now()
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc112 // for now.
118 // for now.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp181 u64 now = NanoTime(); local
185 if (last_flush + flags()->flush_memory_ms * kMs2Ns < now) {
215 if (last != 0 && last + flags()->flush_symbolizer_ms * kMs2Ns < now) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp23 #error powerpc64 big endian is not supported for now.
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dchrono.cpp54 system_clock::now() _NOEXCEPT
120 steady_clock::now() _NOEXCEPT
175 steady_clock::now() _NOEXCEPT
198 steady_clock::now() _NOEXCEPT
213 #error "Never use CLOCK_MONOTONIC for steady_clock::now on Apple platforms"
217 steady_clock::now() _NOEXCEPT
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp491 _FilesystemClock::time_point _FilesystemClock::now() noexcept {
1730 // file_time_type. For now we ignore the error, as we'll report it when
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S42 # we now have ret and eax pushed onto where new stack will be
145 // skip r0 for now
146 // skip r1 for now
148 // skip r3 for now
149 // skip r4 for now
150 // skip r5 for now
326 // r4 is now a 16-byte aligned pointer into the red zone
406 // skip r0 for now
407 // skip r1 for now
409 // skip r3 for now
[all...]
H A DUnwindRegistersSave.S650 // r4 is now a 16-byte aligned pointer into the red zone
828 vstmia r0, {d0-d15} @ fstmiax is deprecated in ARMv7+ and now behaves like vstmia
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DTimer.cpp34 startTime = std::chrono::high_resolution_clock::now();
38 total += (std::chrono::high_resolution_clock::now() - startTime);
/freebsd-11-stable/contrib/llvm-project/lld/docs/
H A Dmake.bat75 echo.Build finished; now you can process the pickle files.
83 echo.Build finished; now you can process the JSON files.
91 echo.Build finished; now you can run HTML Help Workshop with the ^
100 echo.Build finished; now you can run "qcollectiongenerator" with the ^
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp62 return std::chrono::steady_clock::now();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.cpp47 auto time_value = steady_clock::now();
58 const auto now = steady_clock::now(); local
59 const auto delta_t = now - time_value;
63 time_value = now;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp59 if (steady_clock::now() >= m_interrupt_time + kInterruptTimeout)
370 m_comm.m_interrupt_time = steady_clock::now();
H A DGDBRemoteCommunicationClient.cpp2368 const auto start_time = steady_clock::now();
2370 const auto packet_start_time = steady_clock::now();
2373 const auto packet_end_time = steady_clock::now();
2376 const auto end_time = steady_clock::now();
2421 const auto start_time = steady_clock::now();
2430 const auto end_time = steady_clock::now();
3933 // Poll it now.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1850 // We found a valid breakpoint opcode at this address, now restore
2554 // We successfully launched the process and stopped, now it the
2615 // We successfully loaded a core file, now pretend we stopped so we can
2920 // We have completed the attach, now it is time to find the dynamic loader
2957 // Somebody might have gotten threads before now, but we need to force the
3258 // doing this now.
3373 // TODO: make this work correctly. For now always report
4653 // If we are running some utility expression for LLDB, we now have to mark
4935 auto now = system_clock::now();
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp289 auto now = std::chrono::duration<double>( local
290 std::chrono::system_clock::now().time_since_epoch());
291 OS << llvm::formatv("{0:f9} ", now.count());
H A DSelectHelper.cpp12 // the kernel, so we have to stick with select for now.
46 m_end_time = steady_clock::time_point(steady_clock::now() + timeout);
201 m_end_time.getValue() - steady_clock::now());
H A DTimer.cpp55 : m_category(category), m_total_start(std::chrono::steady_clock::now()) {
78 auto stop_time = steady_clock::now();

Completed in 524 milliseconds

<<11121314151617181920>>