Home | History | Annotate | Download | only in src

Lines Matching full:thread_local_pos

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