Lines Matching refs:AppSpawnMgr
123 } AppSpawnMgr;
129 AppSpawnMgr *CreateAppSpawnMgr(int mode);
130 AppSpawnMgr *GetAppSpawnMgr(void);
131 void DeleteAppSpawnMgr(AppSpawnMgr *mgr);
138 typedef void (*AppTraversal)(const AppSpawnMgr *mgr, AppSpawnedProcess *appInfo, void *data);
149 typedef void (*ProcessTraversal)(const AppSpawnMgr *mgr, AppSpawningCtx *ctx, void *data);
181 APPSPAWN_INLINE int IsSpawnServer(const AppSpawnMgr *content)
186 APPSPAWN_INLINE int IsNWebSpawnMode(const AppSpawnMgr *content)
192 APPSPAWN_INLINE int IsColdRunMode(const AppSpawnMgr *content)
270 APPSPAWN_INLINE int IsIsolatedNativeSpawnMode(const AppSpawnMgr *content, const AppSpawningCtx *property)