Home
last modified time | relevance | path

Searched refs:ROM_MUTEX_MAGIC (Results 1 – 1 of 1) sorted by relevance

/device/soc/esp/esp32/components/newlib/
Dlocks.c273 #define ROM_MUTEX_MAGIC 0xbb10c433 macro
276 if (*(int*)_lock == ROM_MUTEX_MAGIC) { \
407 int magic_val = ROM_MUTEX_MAGIC; in esp_newlib_locks_init()