Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_thread_pool.cpp56 : threadSequence_(0), in IPCWorkThreadPool()
117 int sequence = threadSequence_.fetch_add(1, std::memory_order_relaxed); in MakeThreadName()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_thread_pool.h64 std::atomic<int> threadSequence_; variable