Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h847 #define lws_pt_lock(_a, b) (void)(_a) macro
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h996 #define lws_pt_lock(pt, reason) lws_mutex_refcount_lock(&pt->mr, reason) macro