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

/external/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);
/external/libvpx/libvpx/third_party/googletest/src/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);
/external/v8/testing/gtest/src/
H A Dgtest-port.cc386 ThreadIdToThreadLocals::iterator thread_local_pos = local
388 if (thread_local_pos == thread_to_thread_locals->end()) {
389 thread_local_pos = thread_to_thread_locals->insert(
393 ThreadLocalValues& thread_local_values = thread_local_pos->second;
445 ThreadIdToThreadLocals::iterator thread_local_pos = local
447 if (thread_local_pos != thread_to_thread_locals->end()) {
448 ThreadLocalValues& thread_local_values = thread_local_pos->second;
455 thread_to_thread_locals->erase(thread_local_pos);
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-port.cc363 ThreadIdToThreadLocals::iterator thread_local_pos = local
365 if (thread_local_pos == thread_to_thread_locals->end()) {
366 thread_local_pos = thread_to_thread_locals->insert(
370 ThreadLocalValues& thread_local_values = thread_local_pos->second;
422 ThreadIdToThreadLocals::iterator thread_local_pos = local
424 if (thread_local_pos != thread_to_thread_locals->end()) {
425 ThreadLocalValues& thread_local_values = thread_local_pos->second;
432 thread_to_thread_locals->erase(thread_local_pos);

Completed in 72 milliseconds