Searched refs:tls (Results 1 – 7 of 7) sorted by relevance
125 values_list_t *tls = (values_list_t *)v_tls; in pthread_local_storage_thread_deleted_callback() local126 assert(tls != NULL); in pthread_local_storage_thread_deleted_callback()129 value_entry_t *entry = SLIST_FIRST(tls); in pthread_local_storage_thread_deleted_callback()142 free(tls); in pthread_local_storage_thread_deleted_callback()149 void *tls = pvTaskGetThreadLocalStoragePointer(task, PTHREAD_TLS_INDEX); in pthread_local_storage_cleanup() local150 if (tls != NULL) { in pthread_local_storage_cleanup()151 pthread_local_storage_thread_deleted_callback(PTHREAD_TLS_INDEX, tls); in pthread_local_storage_cleanup()171 void *tls = pvTaskGetThreadLocalStoragePointer(NULL, PTHREAD_TLS_INDEX);172 if (tls != NULL) {173 pthread_local_storage_thread_deleted_callback(PTHREAD_TLS_INDEX, tls);[all …]
376 unsigned long tls) in copy_thread() argument416 p->thread.uw.tp_value = tls; in copy_thread()
942 components/wolfssl/src/tls.c1123 components/wpa_supplicant-2.9/src/tls/asn1.c1124 components/wpa_supplicant-2.9/src/tls/bignum.c1125 components/wpa_supplicant-2.9/src/tls/libtommath.c1126 components/wpa_supplicant-2.9/src/tls/pkcs1.c1127 components/wpa_supplicant-2.9/src/tls/pkcs5.c1128 components/wpa_supplicant-2.9/src/tls/pkcs8.c1129 components/wpa_supplicant-2.9/src/tls/rsa.c1130 components/wpa_supplicant-2.9/src/tls/tlsv1_client.c1131 components/wpa_supplicant-2.9/src/tls/tlsv1_client_ocsp.c[all …]
86 void *tls; /**< security parameters */ member
1393 "esp-tls",1394 "esp-tls/esp-tls-crypto",1395 "esp-tls/private_include",
6436 enabled libtls && require_pkg_config libtls libtls tls.h tls_configure