Home
last modified time | relevance | path

Searched defs:lws_context_unlock (Results 1 – 1 of 1) sorted by relevance

/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h836 #define lws_context_unlock(c) lws_mutex_refcount_unlock(&c->mr) macro
851 #define lws_context_unlock(_a) (void)(_a) macro