Lines Matching refs:AppSpawningCtx
212 static void AppSpawningCtxOnClose(const AppSpawnMgr *mgr, AppSpawningCtx *ctx, void *data)
511 APPSPAWN_STATIC int WriteMsgToChild(AppSpawningCtx *property, bool isNweb)
536 static int InitForkContext(AppSpawningCtx *property)
580 static void WatchChildProcessFd(AppSpawningCtx *property)
621 static int IsChildColdRun(AppSpawningCtx *property)
630 static int AddChildWatcher(AppSpawningCtx *property)
675 static int WritePreforkMsg(AppSpawningCtx *property)
696 static int GetAppSpawnMsg(AppSpawningCtx *property)
760 static void ProcessPreFork(AppSpawnContent *content, AppSpawningCtx *property)
808 AppSpawningCtx *property = (AppSpawningCtx *)client;
812 ret = InitForkContext((AppSpawningCtx *)client);
851 AppSpawningCtx *property = (AppSpawningCtx *)client;
877 ret = InitForkContext((AppSpawningCtx *)client);
901 AppSpawningCtx *property = CreateAppSpawningCtx();
937 AppSpawningCtx *property = GetAppSpawningCtxByPid(pid);
960 AppSpawningCtx *property = (AppSpawningCtx *)context;
973 static int ProcessChildFdCheck(int fd, AppSpawningCtx *property, int *pResult)
995 AppSpawningCtx *property = (AppSpawningCtx *)context;
1047 AppSpawningCtx *property = (AppSpawningCtx *)client;
1111 AppSpawningCtx *property = (AppSpawningCtx *)client;
1153 static AppSpawningCtx *GetAppSpawningCtxFromArg(AppSpawnMgr *content, int argc, char *const argv[])
1155 AppSpawningCtx *property = CreateAppSpawningCtx();
1204 AppSpawningCtx *property = GetAppSpawningCtxFromArg(appSpawnContent, argc, argv);
1255 APPSPAWN_STATIC int AppSpawnClearEnv(AppSpawnMgr *content, AppSpawningCtx *property)