Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dtls_internal.c21 static int tls_ref_count = 0; variable
39 if (tls_ref_count == 0) { in tls_init()
49 tls_ref_count++; in tls_init()
61 tls_ref_count--; in tls_deinit()
62 if (tls_ref_count == 0) { in tls_deinit()