Searched defs:__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; macro
12 #define __LOCK_INIT(CLASS,LOCK) CLASS _LOCK_T LOCK = 0; macro