Home
last modified time | relevance | path

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

/modules/hal_afbr/
A Dplatform_irq.c13 static atomic_val_t lock_count; variable
18 if (atomic_dec(&lock_count) == 1) { in IRQ_UNLOCK()
25 if (atomic_inc(&lock_count) == 0) { in IRQ_LOCK()

Completed in 9 milliseconds