Home
last modified time | relevance | path

Searched refs:myName_ (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/include/
H A Dthread_pool.h97 std::string GetName() const { return myName_; } in GetName()
106 std::string myName_; member in OHOS::ThreadPool
/commonlibrary/c_utils/base/src/
H A Dthread_pool.cpp26 : myName_(name), maxTaskNum_(0), running_(false) in ThreadPool()
52 int err = pthread_setname_np(t.native_handle(), (myName_ + std::to_string(i)).c_str()); in Start()

Completed in 1 milliseconds