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

/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc390 // Maps a thread to a set of ThreadIdToThreadLocals that have values
402 ThreadIdToThreadLocals* const thread_to_thread_locals =
404 ThreadIdToThreadLocals::iterator thread_local_pos =
433 ThreadIdToThreadLocals* const thread_to_thread_locals =
435 for (ThreadIdToThreadLocals::iterator it =
457 // Clean up the ThreadIdToThreadLocals data structure while holding the
461 ThreadIdToThreadLocals* const thread_to_thread_locals =
463 ThreadIdToThreadLocals::iterator thread_local_pos =
484 // Stores all ThreadIdToThreadLocals having values in a thread, indexed by
486 typedef std::map<DWORD, ThreadLocalValues> ThreadIdToThreadLocals; typedef in class:testing::internal::ThreadLocalRegistryImpl
[all...]

Completed in 7 milliseconds