Searched defs:TypeInfo (Results 1 – 1 of 1) sorted by relevance
728 struct Thread::TypeInfo struct733 static void Copy(const void* src, void* dst) in Copy()738 static void Copy(const void* src, void* dst) in Copy()744 static void Destroy(void* p) in Destroy()750 static void Invoke(ThreadFunc f, const void* p) in Invoke()755 static void Invoke2(ThreadFunc f, const void* p) in Invoke2()763 void (*copy)(const void* src, void* dst);764 void (*destroy)(void* p);765 void (*invoke)(ThreadFunc f, const void* p);789 TypeInfo info; in Start() argument