Searched defs:NewThreadContext (Results 1 – 1 of 1) sorted by relevance
36 struct NewThreadContext { struct38 NewThreadContext(ThreadFunction entryPoint, void* data, const char* name) in NewThreadContext() argument45 ThreadFunction entryPoint;46 void* data;47 const char* name;49 Mutex creationMutex;