Home
last modified time | relevance | path

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

/external/platform/pico/common/pico_sync/
A Dmutex.c22 mtx->enter_count = 0; in recursive_mutex_init()
54 uint __unused total = ++mtx->enter_count; in __time_critical_func()
100 uint __unused total = ++mtx->enter_count; in __time_critical_func()
158 uint __unused total = ++mtx->enter_count; in __time_critical_func()
188 assert(mtx->enter_count); in __time_critical_func()
189 if (!--mtx->enter_count) { in __time_critical_func()
/external/platform/pico/common/pico_sync/include/pico/
A Dmutex.h50 uint8_t enter_count; //! ownership count member
306 …e = { .spin_lock = (spin_lock_t *)1 /* marker for runtime_init */ }, .owner = 0, .enter_count = 0 }
/external/platform/pico/rp2_common/pico_async_context/
A Dasync_context_threadsafe_background.c37 return mutex->enter_count; in recursive_mutex_enter_count()

Completed in 6 milliseconds