Searched refs:PreDestroyHook (Results 1 – 2 of 2) sorted by relevance
118 typedef predestroy_t (*PreDestroyHook)(void *self); typedef219 PreDestroyHook mPreDestroy; // called with mutex locked; can temporarily unlock mutex (for wait)
526 PreDestroyHook preDestroy = clazz->mPreDestroy; in IObject_Destroy()