Searched refs:thread_ids_ (Results 1 – 2 of 2) sorted by relevance
39 thread_ids_[i] = 0; in ThreadPrivateStore()64 mutable std::atomic<size_t> thread_ids_[MAX_THREADS+1]; variable68 for ( i=0; thread_ids_[i]; ++i ) { in threadIndex()69 if ( thread_ids_[i].load() == in threadIndex()77 if ( thread_ids_[i++].compare_exchange_weak( expected, thread_id ) ) { in threadIndex()