Searched refs:lock_depth (Results 1 – 2 of 2) sorted by relevance
998 mr->lock_depth = 0; in lws_mutex_refcount_init()1024 mr->lock_depth++; in lws_mutex_refcount_lock()1032 mr->lock_depth = 1; in lws_mutex_refcount_lock()1039 if (--mr->lock_depth) in lws_mutex_refcount_unlock()
252 char lock_depth; member