Home
last modified time | relevance | path

Searched refs:GetTimestamp (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp97 static int GetTimestamp(void) { in GetTimestamp() function
326 long curtime = GetTimestamp(); in CreateNewMIBWithHistogram()
345 long curtime = GetTimestamp(); in CreateNewMIBWithoutHistogram()
478 m->timestamp_ms = GetTimestamp(); in Allocate()
/freebsd/lib/libdevdctl/
H A Devent.h218 timeval GetTimestamp() const;
H A Devent.cc259 Event::GetTimestamp() const in GetTimestamp() function in DevdCtl::Event
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceManager.h69 llvm::sys::TimePoint<> GetTimestamp() const { return m_mod_time; } in GetTimestamp() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp830 stream.Format("{0:%Y-%m-%d %H:%M:%S} {1,8:d} {2}\n", file->GetTimestamp(), in Dump()
/freebsd/cddl/usr.sbin/zfsd/
H A Dcase_file.cc670 timestamp = event.GetTimestamp(); in RegisterCallout()