Searched refs:thread_to_thread_locals (Results 1 – 7 of 7) sorted by relevance
458 ThreadIdToThreadLocals* const thread_to_thread_locals = in GetValueOnCurrentThread() local461 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread()462 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()463 thread_local_pos = thread_to_thread_locals->insert( in GetValueOnCurrentThread()489 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadLocalDestroyed() local492 thread_to_thread_locals->begin(); in OnThreadLocalDestroyed()493 it != thread_to_thread_locals->end(); in OnThreadLocalDestroyed()517 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadExit() local520 thread_to_thread_locals->find(thread_id); in OnThreadExit()521 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()[all …]
402 ThreadIdToThreadLocals* const thread_to_thread_locals = in GetValueOnCurrentThread() local405 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread()406 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()407 thread_local_pos = thread_to_thread_locals->insert( in GetValueOnCurrentThread()433 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadLocalDestroyed() local436 thread_to_thread_locals->begin(); in OnThreadLocalDestroyed()437 it != thread_to_thread_locals->end(); in OnThreadLocalDestroyed()461 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadExit() local464 thread_to_thread_locals->find(thread_id); in OnThreadExit()465 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()[all …]
514 ThreadIdToThreadLocals *const thread_to_thread_locals = in GetValueOnCurrentThread() local517 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread()518 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()520 thread_to_thread_locals in GetValueOnCurrentThread()547 ThreadIdToThreadLocals *const thread_to_thread_locals = in OnThreadLocalDestroyed() local550 thread_to_thread_locals->begin(); in OnThreadLocalDestroyed()551 it != thread_to_thread_locals->end(); ++it) { in OnThreadLocalDestroyed()574 ThreadIdToThreadLocals *const thread_to_thread_locals = in OnThreadExit() local577 thread_to_thread_locals->find(thread_id); in OnThreadExit()578 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()[all …]
550 ThreadIdToThreadLocals* const thread_to_thread_locals = in GetValueOnCurrentThread() local553 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread()554 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()555 thread_local_pos = thread_to_thread_locals->insert( in GetValueOnCurrentThread()581 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadLocalDestroyed() local584 thread_to_thread_locals->begin(); in OnThreadLocalDestroyed()585 it != thread_to_thread_locals->end(); in OnThreadLocalDestroyed()609 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadExit() local612 thread_to_thread_locals->find(thread_id); in OnThreadExit()613 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()[all …]
541 ThreadIdToThreadLocals* const thread_to_thread_locals = in GetValueOnCurrentThread() local544 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread()545 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()546 thread_local_pos = thread_to_thread_locals->insert( in GetValueOnCurrentThread()572 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadLocalDestroyed() local575 thread_to_thread_locals->begin(); in OnThreadLocalDestroyed()576 it != thread_to_thread_locals->end(); in OnThreadLocalDestroyed()600 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadExit() local603 thread_to_thread_locals->find(thread_id); in OnThreadExit()604 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()[all …]
8951 ThreadIdToThreadLocals* const thread_to_thread_locals = in GetValueOnCurrentThread() local8954 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread()8955 if (thread_local_pos == thread_to_thread_locals->end()) { in GetValueOnCurrentThread()8956 thread_local_pos = thread_to_thread_locals->insert( in GetValueOnCurrentThread()8982 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadLocalDestroyed() local8985 thread_to_thread_locals->begin(); in OnThreadLocalDestroyed()8986 it != thread_to_thread_locals->end(); in OnThreadLocalDestroyed()9010 ThreadIdToThreadLocals* const thread_to_thread_locals = in OnThreadExit() local9013 thread_to_thread_locals->find(thread_id); in OnThreadExit()9014 if (thread_local_pos != thread_to_thread_locals->end()) { in OnThreadExit()[all …]