Searched refs:enter_count (Results 1 – 3 of 3) sorted by relevance
55 mtx->enter_count = 0; in recursive_mutex_init()87 uint __unused total = ++mtx->enter_count; in __time_critical_func()133 uint __unused total = ++mtx->enter_count; in __time_critical_func()191 uint __unused total = ++mtx->enter_count; in __time_critical_func()221 assert(mtx->enter_count); in __time_critical_func()222 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()