Searched refs:thread_id (Results 1 – 2 of 2) sorted by relevance
74 size_t thread_id = std::hash<std::thread::id>()( std::this_thread::get_id() ); in threadIndex() local77 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()