Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dkey.c130 sys_snode_t *node_l, *next_node_l; in pthread_key_delete() local
140 SYS_SLIST_FOR_EACH_NODE_SAFE(&(key_obj->key_data_l), node_l, next_node_l) { in pthread_key_delete()
173 sys_snode_t *node_l = NULL; in pthread_setspecific() local
192 SYS_SLIST_FOR_EACH_NODE(&(thread->key_list), node_l) { in pthread_setspecific()
193 pthread_thread_data *thread_spec_data = (pthread_thread_data *)node_l; in pthread_setspecific()
205 if (node_l != NULL) { in pthread_setspecific()
249 sys_snode_t *node_l; in pthread_getspecific() local
265 SYS_SLIST_FOR_EACH_NODE(&(thread->key_list), node_l) { in pthread_getspecific()
266 thread_spec_data = (pthread_thread_data *)node_l; in pthread_getspecific()
Dpthread.c470 sys_snode_t *node_l, *node_s; in posix_thread_finalize() local
476 SYS_SLIST_FOR_EACH_NODE_SAFE(&t->key_list, node_l, node_s) { in posix_thread_finalize()
477 thread_spec_data = (pthread_thread_data *)node_l; in posix_thread_finalize()