Home
last modified time | relevance | path

Searched defs:lock_name (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/esp_system/include/esp_private/
Dcritical_section.h63 #define DEFINE_CRIT_SECTION_LOCK_STATIC(lock_name, optional_qualifiers...) static optional_qualifie… argument
65 #define DEFINE_CRIT_SECTION_LOCK_STATIC(lock_name, optional_qualifiers...) argument
95 #define DEFINE_CRIT_SECTION_LOCK(lock_name, optional_qualifiers...) optional_qualifiers esp_os_spin… argument
97 #define DEFINE_CRIT_SECTION_LOCK(lock_name, optional_qualifiers...) argument
130 #define INIT_CRIT_SECTION_LOCK_RUNTIME(lock_name) spinlock_initialize(lock_name) argument
132 #define INIT_CRIT_SECTION_LOCK_RUNTIME(lock_name) argument
160 #define DECLARE_CRIT_SECTION_LOCK_IN_STRUCT(lock_name) esp_os_spinlock_t lock_name; argument
162 #define DECLARE_CRIT_SECTION_LOCK_IN_STRUCT(lock_name) argument
201 #define INIT_CRIT_SECTION_LOCK_IN_STRUCT(lock_name) .lock_name = portMUX_INITIALIZER_UNLOCKED, argument
203 #define INIT_CRIT_SECTION_LOCK_IN_STRUCT(lock_name) argument