Searched defs:TagAppSpawningCtx (Results 1 – 1 of 1) sorted by relevance
78 typedef struct TagAppSpawningCtx { struct79 AppSpawnClient client;80 struct ListNode node;81 AppSpawnForkCtx forkCtx;82 AppSpawnMsgNode *message;83 bool isPrefork;84 pid_t pid;85 int state;86 struct timespec spawnStart;