Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/plat/freertos/
Dprivate-lib-plat-freertos.h82 #define lws_mutex_destroy(x) vSemaphoreDelete(x) macro
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dprivate-lib-plat-freertos.h77 #define lws_mutex_destroy(x) vSemaphoreDelete(x) macro
/third_party/libwebsockets/lib/plat/unix/
Dprivate-lib-plat-unix.h82 #define lws_mutex_destroy(x) pthread_mutex_destroy(&(x)) macro
/third_party/libwebsockets/lib/plat/windows/
Dprivate-lib-plat-windows.h78 #define lws_mutex_destroy(x) pthread_mutex_destroy(&(x)) macro
/third_party/libwebsockets/lib/system/smd/
Dsmd.c800 lws_mutex_destroy(ctx->smd.lock_messages); in _lws_smd_destroy()
801 lws_mutex_destroy(ctx->smd.lock_peers); in _lws_smd_destroy()