Searched refs:lws_mutex_init (Results 1 – 5 of 5) sorted by relevance
77 #define lws_mutex_init(x) x = xSemaphoreCreateMutex() macro
76 #define lws_mutex_init(x) x = xSemaphoreCreateMutex() macro
81 #define lws_mutex_init(x) pthread_mutex_init(&(x), NULL) macro
77 #define lws_mutex_init(x) pthread_mutex_init(&(x), NULL) macro
1055 lws_mutex_init(context->smd.lock_messages); in lws_create_context()1056 lws_mutex_init(context->smd.lock_peers); in lws_create_context()