Home
last modified time | relevance | path

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

/foundation/communication/ipc/ipc/native/c/manager/include/
Dipc_process_skeleton.h68 bool OnThreadTerminated(pthread_t threadId);
/foundation/communication/ipc/ipc/native/src/core/source/
Dipc_workthread.cpp84 current->OnThreadTerminated(threadObj->threadName_); in ThreadHandler()
Dipc_process_skeleton.cpp335 bool IPCProcessSkeleton::OnThreadTerminated(const std::string &threadName) in OnThreadTerminated() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
/foundation/communication/ipc/ipc/native/src/core/include/
Dipc_process_skeleton.h94 bool OnThreadTerminated(const std::string &threadName);
/foundation/communication/ipc/ipc/native/test/unittest/common/
Dipc_process_skeleton_unittest.cpp205 bool ret = skeleton->OnThreadTerminated(threadName);