Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Drpc_process_skeleton.c140 static void DeleteDataThreadFromIdle(IdleDataThread *idleDataThread) in DeleteDataThreadFromIdle() function
182 DeleteDataThreadFromIdle(&idleDataThread); in AddDataThreadInWait()
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp894 current->DeleteDataThreadFromIdle(threadId); in AddToDeleteDataThreadToIdleTest()
897 current->DeleteDataThreadFromIdle(threadId); in AddToDeleteDataThreadToIdleTest()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_process_skeleton.h184 bool DeleteDataThreadFromIdle(const std::thread::id &threadId);
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_process_skeleton_unittest.cpp492 bool ret = skeleton->DeleteDataThreadFromIdle(threadId);
1789 bool ret = skeleton->DeleteDataThreadFromIdle(threadId);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_process_skeleton.cpp750 bool IPCProcessSkeleton::DeleteDataThreadFromIdle(const std::thread::id &threadId) in DeleteDataThreadFromIdle() function in OHOS::IPC_SINGLE::IPCProcessSkeleton
856 DeleteDataThreadFromIdle(threadId); in AddDataThreadInWait()