Searched refs:nxt (Results 1 – 1 of 1) sorted by relevance
337 base_node* nxt; in notify_all_relaxed() local338 for (base_node* n = temp.front(); n != end; n=nxt) { in notify_all_relaxed()339 nxt = n->next; in notify_all_relaxed()363 base_node* nxt; in notify_relaxed() local368 for (base_node* n = my_waitset.last(); n != end; n = nxt) { in notify_relaxed()369 nxt = n->prev; in notify_relaxed()380 for (base_node* n=temp.front(); n != end; n = nxt) { in notify_relaxed()381 nxt = n->next; in notify_relaxed()444 base_node* nxt; in abort_all_relaxed() local445 for (base_node* n = temp.front(); n != end; n = nxt) { in abort_all_relaxed()[all …]