Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/plat/unix/
Dprivate-lib-plat-unix.h83 #define lws_mutex_lock(x) pthread_mutex_lock(&(x)) macro
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dprivate-lib-plat-freertos.h78 #define lws_mutex_lock(x) xSemaphoreTake(x, portMAX_DELAY) macro
/third_party/libwebsockets/lib/plat/freertos/
Dprivate-lib-plat-freertos.h79 #define lws_mutex_lock(x) (!xSemaphoreTake(x, portMAX_DELAY)) /*0 = OK */ macro
/third_party/libwebsockets/lib/plat/windows/
Dprivate-lib-plat-windows.h79 #define lws_mutex_lock(x) pthread_mutex_lock(&(x)) macro