Searched defs:FunctionInfo (Results 1 – 1 of 1) sorted by relevance
102 struct Thread::FunctionInfo struct in nn::os::Thread104 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()