Lines Matching refs:AppSpawningCtx
203 static void AppSpawningCtxOnClose(const AppSpawnMgr *mgr, AppSpawningCtx *ctx, void *data) in AppSpawningCtxOnClose()
503 APPSPAWN_STATIC int WriteMsgToChild(AppSpawningCtx *property, bool isNweb) in WriteMsgToChild()
528 static int InitForkContext(AppSpawningCtx *property) in InitForkContext()
572 static void WatchChildProcessFd(AppSpawningCtx *property) in WatchChildProcessFd()
613 static int IsChildColdRun(AppSpawningCtx *property) in IsChildColdRun()
622 static int AddChildWatcher(AppSpawningCtx *property) in AddChildWatcher()
668 static int WritePreforkMsg(AppSpawningCtx *property) in WritePreforkMsg()
689 static int GetAppSpawnMsg(AppSpawningCtx *property) in GetAppSpawnMsg()
753 static void ProcessPreFork(AppSpawnContent *content, AppSpawningCtx *property) in ProcessPreFork()
802 AppSpawningCtx *property = (AppSpawningCtx *)client; in AppSpawnProcessMsgForPrefork()
806 ret = InitForkContext((AppSpawningCtx *)client); in AppSpawnProcessMsgForPrefork()
845 AppSpawningCtx *property = (AppSpawningCtx *)client; in IsSupportPrefork()
869 ret = InitForkContext((AppSpawningCtx *)client); in RunAppSpawnProcessMsg()
893 AppSpawningCtx *property = CreateAppSpawningCtx(); in ProcessSpawnReqMsg()
929 AppSpawningCtx *property = GetAppSpawningCtxByPid(pid); in WaitChildDied()
952 AppSpawningCtx *property = (AppSpawningCtx *)context; in WaitChildTimeout()
965 static int ProcessChildFdCheck(int fd, AppSpawningCtx *property) in ProcessChildFdCheck()
986 AppSpawningCtx *property = (AppSpawningCtx *)context; in ProcessChildResponse()
1037 AppSpawningCtx *property = (AppSpawningCtx *)client; in NotifyResToParent()
1098 AppSpawningCtx *property = (AppSpawningCtx *)client; in AppSpawnColdStartApp()
1139 static AppSpawningCtx *GetAppSpawningCtxFromArg(AppSpawnMgr *content, int argc, char *const argv[]) in GetAppSpawningCtxFromArg()
1141 AppSpawningCtx *property = CreateAppSpawningCtx(); in GetAppSpawningCtxFromArg()
1190 AppSpawningCtx *property = GetAppSpawningCtxFromArg(appSpawnContent, argc, argv); in AppSpawnColdRun()
1244 APPSPAWN_STATIC int AppSpawnClearEnv(AppSpawnMgr *content, AppSpawningCtx *property) in AppSpawnClearEnv()