Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/
H A Dipc_thread_pool.h61 int32_t SpawnNewThread(ThreadPool *threadPool, int32_t policy, int32_t proto);
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dipc_process_skeleton.c70 SpawnNewThread(temp->threadPool, SPAWN_ACTIVE, IF_PROT_BINDER); in IpcProcessSkeleton()
107 return SpawnNewThread(g_ipcSkeleton->threadPool, policy, proto); in SpawnThread()
H A Dipc_thread_pool.c141 int32_t SpawnNewThread(ThreadPool *threadPool, int32_t policy, int32_t proto) in SpawnNewThread() function