Searched refs:enter_count (Results 1 – 3 of 3) sorted by relevance
22 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()
50 uint8_t enter_count; //! ownership count member306 …e = { .spin_lock = (spin_lock_t *)1 /* marker for runtime_init */ }, .owner = 0, .enter_count = 0 }
37 return mutex->enter_count; in recursive_mutex_enter_count()
Completed in 6 milliseconds