Home
last modified time | relevance | path

Searched defs:end_ns (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/malloc_debug/
DRecordData.cpp56 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()
Dmalloc_debug.cpp84 uint64_t end_ns = 0; member
/bionic/tests/
Dpthread_test.cpp2451 const int64_t end_ns = ts.tv_sec * NS_PER_S + ts.tv_nsec; in pthread_mutex_timedlock_helper() local
2535 const int64_t end_ns = ts.tv_sec * NS_PER_S + ts.tv_nsec; in pthread_mutex_timedlock_pi_helper() local