Home
last modified time | relevance | path

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

/glogg/glogg/src/data/
H A Dthreadprivatestore.h
/glogg/src/data/
H A Dthreadprivatestore.h74 size_t thread_id = std::hash<std::thread::id>()( std::this_thread::get_id() ); in threadIndex() local
77 if ( thread_ids_[i++].compare_exchange_weak( expected, thread_id ) ) { in threadIndex()
78 LOG(logDEBUG) << "Created thread for " << thread_id << " at index " << i-1; in threadIndex()