Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/pthread/
Dpthread_local_storage.c56 typedef struct values_list_t_ values_list_t; typedef
125 values_list_t *tls = (values_list_t *)v_tls; in pthread_local_storage_thread_deleted_callback()
188 static value_entry_t *find_value(const values_list_t *list, pthread_key_t key) in find_value()
201values_list_t *tls = (values_list_t *) pvTaskGetThreadLocalStoragePointer(NULL, PTHREAD_TLS_INDEX); in pthread_getspecific()
220 values_list_t *tls = pvTaskGetThreadLocalStoragePointer(NULL, PTHREAD_TLS_INDEX); in pthread_setspecific()
222 tls = calloc(1, sizeof(values_list_t)); in pthread_setspecific()