Home
last modified time | relevance | path

Searched refs:thread_ids_ (Results 1 – 2 of 2) sorted by relevance

/glogg/glogg/src/data/
H A Dthreadprivatestore.h
/glogg/src/data/
H A Dthreadprivatestore.h39 thread_ids_[i] = 0; in ThreadPrivateStore()
64 mutable std::atomic<size_t> thread_ids_[MAX_THREADS+1]; variable
68 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()