Searched defs:TypeInfo (Results 1 – 1 of 1) sorted by relevance
723 struct Thread::TypeInfo struct728 static void Copy(const void* src, void* dst) in Copy()733 static void Copy(const void* src, void* dst) in Copy()739 static void Destroy(void* p) in Destroy()745 static void Invoke(ThreadFunc f, const void* p) in Invoke()750 static void Invoke2(ThreadFunc f, const void* p) in Invoke2()758 void (*copy)(const void* src, void* dst);759 void (*destroy)(void* p);760 void (*invoke)(ThreadFunc f, const void* p);784 TypeInfo info; in Start() argument