Searched refs:lock_get_caller_owner_id (Results 1 – 3 of 3) sorted by relevance
69 lock_owner_id_t caller = lock_get_caller_owner_id(); in __time_critical_func()82 lock_owner_id_t caller = lock_get_caller_owner_id(); in __time_critical_func()106 mtx->owner = lock_get_caller_owner_id(); in __time_critical_func()121 …if ((lock_owner_id_t)owner == lock_get_caller_owner_id()) return false; // deadlock, so we can nev… in __time_critical_func()129 lock_owner_id_t caller = lock_get_caller_owner_id(); in __time_critical_func()167 lock_owner_id_t caller = lock_get_caller_owner_id(); in __time_critical_func()186 lock_owner_id_t caller = lock_get_caller_owner_id(); in __time_critical_func()
91 #ifndef lock_get_caller_owner_id97 #define lock_get_caller_owner_id() ((lock_owner_id_t)get_core_num()) macro
84 …&self->lock_mutex) < 1 || recursive_mutex_owner(&self->lock_mutex) != lock_get_caller_owner_id()) { in async_context_threadsafe_background_lock_check()