Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/sources/libraries/os/
Dos_Thread.cpp104 void (*destroy)(void* p); // member
121 destroy(p); in Destroy()
214 info.destroy = typeInfo.destroy; in TryInitializeAndStartImpl()
/CTR-SDK-2.4.0/include/nn/fnd/
Dfnd_Allocator.h93 void destroy(pointer p) { p->~T(); } in destroy() function
123 void destroy(pointer p) { p->~T(); } in destroy() function
/CTR-SDK-2.4.0/include/nn/os/
Dos_Thread.h764 void (*destroy)(void* p); member
772 this->destroy = &(Destroy<T>);
780 this->destroy = &(Destroy<T>); in SetData()