Searched refs:Destructor (Results 1 – 3 of 3) sorted by relevance
148 using Destructor = void (*)(void* value); in DoCustomTrampoline_pthread_key_create() typedef149 Destructor host_destructor = AsFuncPtr<Destructor>(WrapGuestFunctionImpl( in DoCustomTrampoline_pthread_key_create()151 kGuestFunctionWrapperSignature<Destructor>, RunGuestPthreadKeyDtor, in DoCustomTrampoline_pthread_key_create()
124 typedef void (*Destructor)(void* addr); typedef126 Destructor dtor;133 void addToDestructionList(Destructor, void* addr);
174 void LinearAllocator::addToDestructionList(Destructor dtor, void* addr) { in addToDestructionList()