Home
last modified time | relevance | path

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

/AliOS-Things-master/components/posix/src/
A Dpthread_tsd.c47 while (pthread_key_list_s_c != NULL) { in pthread_tsd_dtors()
50 pthread_key_list_s_c = pthread_key_list_s_c->next; in pthread_tsd_dtors()
72 pthread_key_list_s_c = pthread_key_list_s_c->next; in pthread_tsd_dtors()
102 pthread_key_list_s_c = pthread_key_list_s_c->next; in pthread_key_create()
107 if (pthread_key_list_s_c == NULL) { in pthread_key_create()
144 while (pthread_key_list_s_c != NULL) { in pthread_setspecific()
151 pthread_key_list_s_c = pthread_key_list_s_c->next; in pthread_setspecific()
230 while (pthread_key_list_s_c != NULL) { in pthread_getspecific()
237 pthread_key_list_s_c = pthread_key_list_s_c->next; in pthread_getspecific()
300 free(pthread_key_list_s_c); in pthread_key_delete()
[all …]
/AliOS-Things-master/hardware/board/haaseduk1/config/
A Dk_config.c107 pthread_key_list_t *pthread_key_list_s_c = NULL; in krhino_task_del_hook() local
134 pthread_key_list_s_c = &pthread_key_list_head; in krhino_task_del_hook()
135 while (pthread_key_list_s_c != NULL) { in krhino_task_del_hook()
136 if (pthread_key_list_s_c->head.fun != NULL) { in krhino_task_del_hook()
137 pthread_key_list_s_c->head.fun(NULL); in krhino_task_del_hook()
140 pthread_key_list_s_c = pthread_key_list_s_c->next; in krhino_task_del_hook()

Completed in 4 milliseconds