decl_simple_lock_data 80 dev/raidframe/rf_threadstuff.h #define RF_DECLARE_MUTEX(_m_) decl_simple_lock_data(,(_m_)) decl_simple_lock_data 81 dev/raidframe/rf_threadstuff.h #define RF_DECLARE_STATIC_MUTEX(_m_) decl_simple_lock_data(static,(_m_)) decl_simple_lock_data 82 dev/raidframe/rf_threadstuff.h #define RF_DECLARE_EXTERN_MUTEX(_m_) decl_simple_lock_data(extern,(_m_))