Searched defs:TypeInfo (Results 1 – 1 of 1) sorted by relevance
704 struct Thread::TypeInfo struct709 static void Copy(const void* src, void* dst) in Copy()714 static void Copy(const void* src, void* dst) in Copy()720 static void Destroy(void* p) in Destroy()726 static void Invoke(ThreadFunc f, const void* p) in Invoke()731 static void Invoke2(ThreadFunc f, const void* p) in Invoke2()739 void (*copy)(const void* src, void* dst);740 void (*destroy)(void* p);741 void (*invoke)(ThreadFunc f, const void* p);765 TypeInfo info; in Start() argument