Home | History | Annotate | Download | only in src

Lines Matching refs:thread_local_pos

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