Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/esp_hw_support/include/soc/
Dspinlock.h39 #define SPINLOCK_WAIT_FOREVER (-1) macro
76 if(timeout != SPINLOCK_WAIT_FOREVER){ in spinlock_acquire()
109 if (timeout != SPINLOCK_WAIT_FOREVER) { in spinlock_acquire()
/device/soc/esp/esp32/components/esp_hw_support/
Dcompare_set.c27 spinlock_acquire(&global_extram_lock, SPINLOCK_WAIT_FOREVER); in compare_and_set_extram()
/device/soc/esp/esp32/components/osal/port/xtensa/include/esp_osal/
Dportmacro.h145 #define portMUX_NO_TIMEOUT SPINLOCK_WAIT_FOREVER /* When passed for 'timeout_cycles', spin fo…