Home
last modified time | relevance | path

Searched refs:lws_mutex_init (Results 1 - 5 of 5) sorted by relevance

/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
H A Dprivate-lib-plat-freertos.h76 #define lws_mutex_init(x) x = xSemaphoreCreateMutex() macro
/third_party/libwebsockets/lib/plat/freertos/
H A Dprivate-lib-plat-freertos.h81 #define lws_mutex_init(x) x = xSemaphoreCreateMutex() macro
/third_party/libwebsockets/lib/plat/unix/
H A Dprivate-lib-plat-unix.h81 #define lws_mutex_init(x) pthread_mutex_init(&(x), NULL) macro
/third_party/libwebsockets/lib/plat/windows/
H A Dprivate-lib-plat-windows.h77 #define lws_mutex_init(x) pthread_mutex_init(&(x), NULL) macro
/third_party/libwebsockets/lib/core/
H A Dcontext.c1069 lws_mutex_init(context->smd.lock_messages); in lws_create_context()
1070 lws_mutex_init(context->smd.lock_peers); in lws_create_context()

Completed in 6 milliseconds