@@ -57,11 +57,11 @@ * \param destructor A destructor that is called when the thread is terminated * \return A new autoreleased Thread Local Storage key */ + (instancetype)TLSKeyWithDestructor: (void(*)(id))destructor; -+ (void)callAllDestructors; ++ (void)OF_callAllDestructors; /** * \brief Initializes an already allocated Thread Local Storage Key with the * specified destructor. *