Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/
Dlibwebsockets.h320 #define lws_pthread_mutex(name) pthread_mutex_t name; macro
347 #define lws_pthread_mutex(name) macro
/third_party/libwebsockets/plugins/
Dprotocol_lws_mirror.c64 lws_pthread_mutex(lock) /* protects all mirror instance data */
75 lws_pthread_mutex(lock) /* protects mi_list membership changes */
/third_party/libwebsockets/READMEs/
DREADME.coding.md929 lws_pthread_mutex(name);