Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/pthread/
Dpthread_local_storage.c125 values_list_t *tls = (values_list_t *)v_tls; in pthread_local_storage_thread_deleted_callback() local
126 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() local
150 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 …]
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/
Dprocess.c376 unsigned long tls) in copy_thread() argument
416 p->thread.uw.tp_value = tls; in copy_thread()
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/release/
Dsdk_src_files.txt942 components/wolfssl/src/tls.c
1123 components/wpa_supplicant-2.9/src/tls/asn1.c
1124 components/wpa_supplicant-2.9/src/tls/bignum.c
1125 components/wpa_supplicant-2.9/src/tls/libtommath.c
1126 components/wpa_supplicant-2.9/src/tls/pkcs1.c
1127 components/wpa_supplicant-2.9/src/tls/pkcs5.c
1128 components/wpa_supplicant-2.9/src/tls/pkcs8.c
1129 components/wpa_supplicant-2.9/src/tls/rsa.c
1130 components/wpa_supplicant-2.9/src/tls/tlsv1_client.c
1131 components/wpa_supplicant-2.9/src/tls/tlsv1_client_ocsp.c
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dcoap_session.h86 void *tls; /**< security parameters */ member
/device/soc/esp/esp32/components/
DBUILD.gn1393 "esp-tls",
1394 "esp-tls/esp-tls-crypto",
1395 "esp-tls/private_include",
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
Dconfigure_llvm6436 enabled libtls && require_pkg_config libtls libtls tls.h tls_configure
/device/board/isoftstone/zhiyuan/kernel/driver/ramfs/
Drootfs_arm64.cpio.gz