Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_workthread.cpp116 std::string basicName = MakeBasicThreadName(param->proto, param->index); in ThreadHandler() local
117 std::string threadName = basicName + "_" + std::to_string(syscall(SYS_gettid)); in ThreadHandler()
131 current->OnThreadTerminated(basicName); in ThreadHandler()