Searched defs:TypeInfo (Results 1 – 1 of 1) sorted by relevance
715 struct Thread::TypeInfo struct720 static void Copy(const void* src, void* dst) in Copy()725 static void Copy(const void* src, void* dst) in Copy()731 static void Destroy(void* p) in Destroy()737 static void Invoke(ThreadFunc f, const void* p) in Invoke()742 static void Invoke2(ThreadFunc f, const void* p) in Invoke2()750 void (*copy)(const void* src, void* dst);751 void (*destroy)(void* p);752 void (*invoke)(ThreadFunc f, const void* p);776 TypeInfo info; in Start() argument