Lines Matching defs:_name
197 #define DEFINE_FREE(_name, _type, _free) \ argument
200 #define __free(_name) __cleanup(__free_##_name) argument
243 #define DEFINE_CLASS(_name, _type, _exit, _init, _init_args...) \ argument
250 #define EXTEND_CLASS(_name, ext, _init, _init_args...) \ argument
257 #define CLASS(_name, var) \ argument
291 #define __DEFINE_CLASS_IS_CONDITIONAL(_name, _is_cond) \ argument
294 #define __DEFINE_GUARD_LOCK_PTR(_name, _exp) \ argument
298 #define DEFINE_CLASS_IS_GUARD(_name) \ argument
302 #define DEFINE_CLASS_IS_COND_GUARD(_name) \ argument
306 #define DEFINE_GUARD(_name, _type, _lock, _unlock) \ argument
310 #define DEFINE_GUARD_COND(_name, _ext, _condlock) \ argument
318 #define guard(_name) \ argument
321 #define __guard_ptr(_name) class_##_name##_lock_ptr argument
322 #define __is_cond_ptr(_name) class_##_name##_is_conditional argument
333 #define __scoped_guard(_name, _label, args...) \ argument
342 #define scoped_guard(_name, args...) \ argument
345 #define __scoped_cond_guard(_name, _fail, _label, args...) \ argument
354 #define scoped_cond_guard(_name, _fail, args...) \ argument
377 #define __DEFINE_UNLOCK_GUARD(_name, _type, _unlock, ...) \ argument
390 #define __DEFINE_LOCK_GUARD_1(_name, _type, _lock) \ argument
398 #define __DEFINE_LOCK_GUARD_0(_name, _lock) \ argument
407 #define DEFINE_LOCK_GUARD_1(_name, _type, _lock, _unlock, ...) \ argument
412 #define DEFINE_LOCK_GUARD_0(_name, _lock, _unlock, ...) \ argument
417 #define DEFINE_LOCK_GUARD_1_COND(_name, _ext, _condlock) \ argument