Searched defs:lock_name (Results 1 – 1 of 1) sorted by relevance
63 #define DEFINE_CRIT_SECTION_LOCK_STATIC(lock_name, optional_qualifiers...) static optional_qualifie… argument65 #define DEFINE_CRIT_SECTION_LOCK_STATIC(lock_name, optional_qualifiers...) argument95 #define DEFINE_CRIT_SECTION_LOCK(lock_name, optional_qualifiers...) optional_qualifiers esp_os_spin… argument97 #define DEFINE_CRIT_SECTION_LOCK(lock_name, optional_qualifiers...) argument130 #define INIT_CRIT_SECTION_LOCK_RUNTIME(lock_name) spinlock_initialize(lock_name) argument132 #define INIT_CRIT_SECTION_LOCK_RUNTIME(lock_name) argument160 #define DECLARE_CRIT_SECTION_LOCK_IN_STRUCT(lock_name) esp_os_spinlock_t lock_name; argument162 #define DECLARE_CRIT_SECTION_LOCK_IN_STRUCT(lock_name) argument201 #define INIT_CRIT_SECTION_LOCK_IN_STRUCT(lock_name) .lock_name = portMUX_INITIALIZER_UNLOCKED, argument203 #define INIT_CRIT_SECTION_LOCK_IN_STRUCT(lock_name) argument