Home
last modified time | relevance | path

Searched defs:idleDataThread (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Drpc_process_skeleton.c132 static int32_t AddDataThreadToIdle(IdleDataThread *idleDataThread) in AddDataThreadToIdle()
140 static void DeleteDataThreadFromIdle(IdleDataThread *idleDataThread) in DeleteDataThreadFromIdle()
174 IdleDataThread idleDataThread = {.threadId = threadId}; in AddDataThreadInWait() local
H A Ddbinder_invoker.c508 IdleDataThread *idleDataThread = GetIdleDataThread(); in StartProcessLoop() local
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/include/
H A Drpc_process_skeleton.h79 UTILS_DL_LIST idleDataThread; member