Searched refs:thread_local_pos (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc404 ThreadIdToThreadLocals::iterator thread_local_pos = local
406 if (thread_local_pos == thread_to_thread_locals->end()) {
407 thread_local_pos = thread_to_thread_locals->insert(
411 ThreadLocalValues& thread_local_values = thread_local_pos->second;
463 ThreadIdToThreadLocals::iterator thread_local_pos = local
465 if (thread_local_pos != thread_to_thread_locals->end()) {
466 ThreadLocalValues& thread_local_values = thread_local_pos->second;
473 thread_to_thread_locals->erase(thread_local_pos);

Completed in 8 milliseconds