Home
last modified time | relevance | path

Searched defs:FunctionInfo (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-2.4.0/sources/libraries/os/
Dos_Thread.cpp102 struct Thread::FunctionInfo struct in nn::os::Thread
104 void (*destroy)(void* p); //
105 void (*invoke)(ThreadFunc f, const void* p); //
106 void (*f)(uptr); //
107 void* p; //
108 void* pStackBottom;
109 bool isAutoStack;
113 void Invoke() in Invoke()
119 void Destroy() in Destroy()