Home | History | Annotate | Download | only in src

Lines Matching defs:thread_local_pos

386     ThreadIdToThreadLocals::iterator thread_local_pos =
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 =
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);