Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_thread_skeleton.cpp169 if (threadType_ == ThreadType::IPC_THREAD) { in ~IPCThreadSkeleton()
177 threadName_.c_str(), tid_, threadType_); in ~IPCThreadSkeleton()
318 current->threadType_ = type; in SetThreadType()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_thread_skeleton.h86 ThreadType threadType_ = ThreadType::NORMAL_THREAD; variable