Home
last modified time | relevance | path

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

/aosp_15_r20/external/libwebsockets/lib/plat/unix/
H A Dprivate-lib-plat-unix.h80 typedef pthread_mutex_t lws_mutex_t; typedef
/aosp_15_r20/external/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
H A Dprivate-lib-plat-freertos.h75 typedef SemaphoreHandle_t lws_mutex_t; typedef
/aosp_15_r20/external/libwebsockets/lib/plat/freertos/
H A Dprivate-lib-plat-freertos.h76 typedef SemaphoreHandle_t lws_mutex_t; typedef
/aosp_15_r20/external/libwebsockets/lib/plat/windows/
H A Dprivate-lib-plat-windows.h76 #define lws_mutex_t pthread_mutex_t macro