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

/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc402 ThreadIdToThreadLocals* const thread_to_thread_locals = local
405 thread_to_thread_locals->find(current_thread);
406 if (thread_local_pos == thread_to_thread_locals->end()) {
407 thread_local_pos = thread_to_thread_locals->insert(
433 ThreadIdToThreadLocals* const thread_to_thread_locals = local
436 thread_to_thread_locals->begin();
437 it != thread_to_thread_locals->end();
461 ThreadIdToThreadLocals* const thread_to_thread_locals = local
464 thread_to_thread_locals->find(thread_id);
465 if (thread_local_pos != thread_to_thread_locals
[all...]

Completed in 6 milliseconds