Searched defs:TypeInfo (Results 1 – 1 of 1) sorted by relevance
712 struct Thread::TypeInfo struct717 static void Copy(const void* src, void* dst) in Copy()722 static void Copy(const void* src, void* dst) in Copy()728 static void Destroy(void* p) in Destroy()734 static void Invoke(ThreadFunc f, const void* p) in Invoke()739 static void Invoke2(ThreadFunc f, const void* p) in Invoke2()747 void (*copy)(const void* src, void* dst);748 void (*destroy)(void* p);749 void (*invoke)(ThreadFunc f, const void* p);773 TypeInfo info; in Start() argument