Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c258 static struct k_mutex context_lock; variable
370 k_mutex_init(&context_lock); in tls_init()
445 k_mutex_lock(&context_lock, K_FOREVER); in tls_alloc()
462 k_mutex_unlock(&context_lock); in tls_alloc()