Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dipc_thread_pool.c31 static RemoteInvoker *g_invoker[PROTO_NUM]; variable
56 RemoteInvoker *invoker = g_invoker[threadContext->proto]; in TlsDestructor()
82 return g_invoker[proto]; in GetAndUpdateInvoker()
121 g_invoker[index] = InitRemoteInvoker(index); in InitThreadPool()
136 DeinitRemoteInvoker(g_invoker[index], index); in DeinitThreadPool()
137 g_invoker[index] = NULL; in DeinitThreadPool()
210 return g_invoker[threadContext->proto]; in GetRemoteInvoker()