Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/
H A Dipc_process_skeleton.h68 bool OnThreadTerminated(pthread_t threadId);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_workthread.cpp131 current->OnThreadTerminated(basicName); in ThreadHandler()
H A Dipc_process_skeleton.cpp336 bool IPCProcessSkeleton::OnThreadTerminated(const std::string &threadName) in OnThreadTerminated() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h109 bool OnThreadTerminated(const std::string &threadName);
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp123 current->OnThreadTerminated(threadName); in OnThreadTerminatedTest()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_process_skeleton_unittest.cpp204 bool ret = skeleton->OnThreadTerminated(threadName);