Searched refs:node_l (Results 1 – 2 of 2) sorted by relevance
130 sys_snode_t *node_l, *next_node_l; in pthread_key_delete() local140 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() local192 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() local265 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()
470 sys_snode_t *node_l, *node_s; in posix_thread_finalize() local476 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()