Searched refs:threadSequence_ (Results 1 – 2 of 2) sorted by relevance
56 : threadSequence_(0), in IPCWorkThreadPool()117 int sequence = threadSequence_.fetch_add(1, std::memory_order_relaxed); in MakeThreadName()
64 std::atomic<int> threadSequence_; variable