Searched refs:SpawnNewThread (Results 1 – 3 of 3) sorted by relevance
61 int32_t SpawnNewThread(ThreadPool *threadPool, int32_t policy, int32_t proto);
70 SpawnNewThread(temp->threadPool, SPAWN_ACTIVE, IF_PROT_BINDER); in IpcProcessSkeleton()107 return SpawnNewThread(g_ipcSkeleton->threadPool, policy, proto); in SpawnThread()
141 int32_t SpawnNewThread(ThreadPool *threadPool, int32_t policy, int32_t proto) in SpawnNewThread() function