HomeSort by: relevance | last modified time | path
    Searched refs:thread_local_pos (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-port.cc 543 ThreadIdToThreadLocals::iterator thread_local_pos = local
545 if (thread_local_pos == thread_to_thread_locals->end()) {
546 thread_local_pos = thread_to_thread_locals->insert(
550 ThreadLocalValues& thread_local_values = thread_local_pos->second;
602 ThreadIdToThreadLocals::iterator thread_local_pos = local
604 if (thread_local_pos != thread_to_thread_locals->end()) {
605 ThreadLocalValues& thread_local_values = thread_local_pos->second;
612 thread_to_thread_locals->erase(thread_local_pos);
gtest-port.cc 543 ThreadIdToThreadLocals::iterator thread_local_pos = local
545 if (thread_local_pos == thread_to_thread_locals->end()) {
546 thread_local_pos = thread_to_thread_locals->insert(
550 ThreadLocalValues& thread_local_values = thread_local_pos->second;
602 ThreadIdToThreadLocals::iterator thread_local_pos = local
604 if (thread_local_pos != thread_to_thread_locals->end()) {
605 ThreadLocalValues& thread_local_values = thread_local_pos->second;
612 thread_to_thread_locals->erase(thread_local_pos);

Completed in 81 milliseconds