Home
last modified time | relevance | path

Searched refs:lws_mutex_refcount_unlock (Results 1 – 3 of 3) sorted by relevance

/external/libwebsockets/lib/core/
Dprivate-lib-core.h266 lws_mutex_refcount_unlock(struct lws_mutex_refcount *mr);
607 #define lws_context_unlock(c) lws_mutex_refcount_unlock(&c->mr)
Dlibwebsockets.c1037 lws_mutex_refcount_unlock(struct lws_mutex_refcount *mr) in lws_mutex_refcount_unlock() function
/external/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h953 #define lws_pt_unlock(pt) lws_mutex_refcount_unlock(&pt->mr)