Searched refs:_destructor (Results 1 – 2 of 2) sorted by relevance
277 static inline void class_##_name##_destructor(_type *p) \284 static inline void class_##_name##ext##_destructor(class_##_name##_t *p)\285 { class_##_name##_destructor(p); } \290 class_##_name##_t var __cleanup(class_##_name##_destructor) = \469 static inline void class_##_name##_destructor(class_##_name##_t *_T) \
414 #define closure_return_with_destructor(_cl, _destructor) \ argument416 set_closure_fn(_cl, _destructor, NULL); \
Completed in 7 milliseconds