Lines Matching refs:end
54 inline const base_node* end() const { return &head; } in end() function
286 const base_node* end = my_waitset.end(); in notify_one_relaxed() local
291 if (n != end) { in notify_one_relaxed()
307 if (n != end) { in notify_one_relaxed()
325 const base_node* end; in notify_all_relaxed() local
331 end = temp.end(); in notify_all_relaxed()
332 for (base_node* n = temp.front(); n != end; n = n->next) { in notify_all_relaxed()
338 for (base_node* n = temp.front(); n != end; n=nxt) { in notify_all_relaxed()
364 const base_node* end = my_waitset.end(); in notify_relaxed() local
368 for (base_node* n = my_waitset.last(); n != end; n = nxt) { in notify_relaxed()
379 end = temp.end(); in notify_relaxed()
380 for (base_node* n=temp.front(); n != end; n = nxt) { in notify_relaxed()
399 const base_node* end = my_waitset.end(); in notify_one_relaxed() local
403 for (base_node* n = my_waitset.last(); n != end; n = next) { in notify_one_relaxed()
433 const base_node* end; in abort_all_relaxed() local
438 end = temp.end(); in abort_all_relaxed()
439 for (base_node* n = temp.front(); n != end; n = n->next) { in abort_all_relaxed()
445 for (base_node* n = temp.front(); n != end; n = nxt) { in abort_all_relaxed()