Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/
Dspinlock.h29 #define SPINLOCK_WAIT_FOREVER (-1) macro
117 …} while ((timeout == SPINLOCK_WAIT_FOREVER) || (esp_cpu_get_cycle_count() - start_count) <= timeou… in spinlock_acquire()