Searched refs:lock_depth (Results 1 – 2 of 2) sorted by relevance
1271 mr->lock_depth = 0; in lws_mutex_refcount_init()1310 mr->lock_depth++; in lws_mutex_refcount_lock()1318 mr->lock_depth = 1; in lws_mutex_refcount_lock()1325 if (--mr->lock_depth) in lws_mutex_refcount_unlock()1347 assert(pthread_equal(mr->lock_owner, pthread_self()) && mr->lock_depth); in lws_mutex_refcount_assert_held()1349 assert(mr->lock_owner == pthread_self() && mr->lock_depth); in lws_mutex_refcount_assert_held()
131 char lock_depth; member