Searched refs:__LOCK_INIT (Results 1 – 2 of 2) sorted by relevance
14 #define __LOCK_INIT(lock) macro35 #define __LOCK_INIT(lock) extern struct __lock __lock_ ## lock; macro36 #define __LOCK_INIT_RECURSIVE(lock) __LOCK_INIT(lock)
12 #define __LOCK_INIT(CLASS,LOCK) CLASS _LOCK_T LOCK = 0; macro13 #define __LOCK_INIT_RECURSIVE(CLASS,LOCK) __LOCK_INIT(CLASS,LOCK)