Searched defs:end_ns (Results 1 – 3 of 3) sorted by relevance
56 AllocEntry::AllocEntry(void* pointer, uint64_t start_ns, uint64_t end_ns) in AllocEntry()59 MallocEntry::MallocEntry(void* pointer, size_t size, uint64_t start_ns, uint64_t end_ns) in MallocEntry()67 FreeEntry::FreeEntry(void* pointer, uint64_t start_ns, uint64_t end_ns) in FreeEntry()76 uint64_t end_ns) in CallocEntry()85 uint64_t end_ns) in ReallocEntry()95 uint64_t end_ns) in MemalignEntry()
84 uint64_t end_ns = 0; member
2451 const int64_t end_ns = ts.tv_sec * NS_PER_S + ts.tv_nsec; in pthread_mutex_timedlock_helper() local2535 const int64_t end_ns = ts.tv_sec * NS_PER_S + ts.tv_nsec; in pthread_mutex_timedlock_pi_helper() local