Searched refs:CreatePthread (Results 1 – 4 of 4) sorted by relevance
37 info.thread = GuestThread::CreatePthread(guest_stack, guest_stack_size, guest_guard_size); in CreateNewGuestThread()
172 thread = GuestThread::CreatePthread(nullptr, stack_size, guard_size); in AttachCurrentThread()
118 GuestThread* GuestThread::CreatePthread(void* stack, size_t stack_size, size_t guard_size) { in CreatePthread() function in berberis::GuestThread
61 static GuestThread* CreatePthread(void* stack, size_t stack_size, size_t guard_size);