Searched defs:NewThreadContext (Results 1 – 1 of 1) sorted by relevance
33 struct NewThreadContext { struct36 NewThreadContext(ThreadFunction entryPoint, void* data, const char* name) in NewThreadContext() argument43 ThreadFunction entryPoint;44 void* data;45 const char* name;47 Mutex creationMutex;