Searched refs:key_list (Results 1 – 3 of 3) sorted by relevance
181 SYS_SLIST_FOR_EACH_NODE(&(thread->key_list), node_l) { in pthread_setspecific()208 sys_slist_append((&thread->key_list), in pthread_setspecific()245 node_l = sys_slist_peek_head(&(thread->key_list)); in pthread_getspecific()249 SYS_SLIST_FOR_EACH_NODE(&(thread->key_list), node_l) { in pthread_getspecific()
31 sys_slist_t key_list; member
243 SYS_SLIST_FOR_EACH_NODE(&t->key_list, node_l) { in posix_thread_finalize()333 sys_slist_init(&t->key_list); in pthread_create()