Lines Matching refs:temp
324 base_list temp; in notify_all_relaxed() local
330 my_waitset.flush_to(temp); in notify_all_relaxed()
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()
343 temp.clear(); in notify_all_relaxed()
362 base_list temp; in notify_relaxed() local
374 temp.add(n); in notify_relaxed()
379 end = temp.end(); in notify_relaxed()
380 for (base_node* n=temp.front(); n != end; n = nxt) { in notify_relaxed()
385 temp.clear(); in notify_relaxed()
432 base_list temp; in abort_all_relaxed() local
437 my_waitset.flush_to(temp); in abort_all_relaxed()
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()
451 temp.clear(); in abort_all_relaxed()