Searched defs:NewThreadContext (Results 1 – 1 of 1) sorted by relevance
33 struct NewThreadContext : FastAllocBase { struct34 NewThreadContext(ThreadFunction entryPoint, void* data, const char* name) in NewThreadContext() argument41 ThreadFunction entryPoint;42 void* data;43 const char* name;45 Mutex creationMutex;