Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread.cc55 const size_t kGuestThreadPageAlignedSize = AlignUpPageSize(sizeof(GuestThread)); variable
67 void* thread_storage = Mmap(kGuestThreadPageAlignedSize); in Create()
152 void* thread_storage = Mmap(kGuestThreadPageAlignedSize); in CreateForTest()
188 MunmapOrDie(thread, kGuestThreadPageAlignedSize); in Destroy()