HomeSort by relevance Sort by last modified time
    Searched defs:thread_local_pos (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/testing/gtest/src/
gtest-port.cc 364 ThreadIdToThreadLocals::iterator thread_local_pos = local
366 if (thread_local_pos == thread_to_thread_locals->end()) {
367 thread_local_pos = thread_to_thread_locals->insert(
371 ThreadLocalValues& thread_local_values = thread_local_pos->second;
423 ThreadIdToThreadLocals::iterator thread_local_pos = local
425 if (thread_local_pos != thread_to_thread_locals->end()) {
426 ThreadLocalValues& thread_local_values = thread_local_pos->second;
433 thread_to_thread_locals->erase(thread_local_pos);
    [all...]
  /art/runtime/
thread.h 1131 byte* thread_local_pos; variable
    [all...]

Completed in 79 milliseconds