Home
last modified time | relevance | path

Searched refs:lock_depth (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/core/
Dlibwebsockets.c1271 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()
/third_party/libwebsockets/include/libwebsockets/
Dlws-eventlib-exports.h131 char lock_depth; member