Searched defs:lws_mutex_init (Results 1 – 4 of 4) sorted by relevance
81 #define lws_mutex_init(x) pthread_mutex_init(&(x), NULL) macro
76 #define lws_mutex_init(x) x = xSemaphoreCreateMutex() macro
77 #define lws_mutex_init(x) x = xSemaphoreCreateMutex() macro
77 #define lws_mutex_init(x) pthread_mutex_init(&(x), NULL) macro