Home
last modified time | relevance | path

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

/external/libwebsockets/lib/core/
Dlibwebsockets.c998 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()
Dprivate-lib-core.h252 char lock_depth; member