Searched refs:kGuestThreadPageAlignedSize (Results 1 – 1 of 1) sorted by relevance
55 const size_t kGuestThreadPageAlignedSize = AlignUpPageSize(sizeof(GuestThread)); variable67 void* thread_storage = Mmap(kGuestThreadPageAlignedSize); in Create()152 void* thread_storage = Mmap(kGuestThreadPageAlignedSize); in CreateForTest()188 MunmapOrDie(thread, kGuestThreadPageAlignedSize); in Destroy()