Home
last modified time | relevance | path

Searched refs:lws_mutex_t (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/system/smd/
Dprivate-lib-system-smd.h74 lws_mutex_t lock_messages;
76 lws_mutex_t lock_peers;
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dprivate-lib-plat-freertos.h75 typedef SemaphoreHandle_t lws_mutex_t; typedef
/third_party/libwebsockets/lib/plat/freertos/
Dprivate-lib-plat-freertos.h76 typedef SemaphoreHandle_t lws_mutex_t; typedef
/third_party/libwebsockets/lib/plat/unix/
Dprivate-lib-plat-unix.h80 typedef pthread_mutex_t lws_mutex_t; typedef
/third_party/libwebsockets/lib/plat/windows/
Dprivate-lib-plat-windows.h76 #define lws_mutex_t pthread_mutex_t macro