Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp46 static int GetTimestamp(void) { in GetTimestamp() function
479 long curtime = GetTimestamp(); in FinishAndPrint()
584 m->timestamp_ms = GetTimestamp(); in Allocate()
627 long curtime = GetTimestamp(); in Deallocate()
/freebsd-13.1/lib/libdevdctl/
H A Devent.h220 timeval GetTimestamp() const;
H A Devent.cc262 Event::GetTimestamp() const in GetTimestamp() function in DevdCtl::Event
/freebsd-13.1/cddl/usr.sbin/zfsd/
H A Dcase_file.cc594 timestamp = event.GetTimestamp(); in RegisterCallout()