Searched defs:TagAppSpawningCtx (Results 1 – 1 of 1) sorted by relevance
83 typedef struct TagAppSpawningCtx { struct84 AppSpawnClient client;85 struct ListNode node;86 AppSpawnForkCtx forkCtx;87 AppSpawnMsgNode *message;88 bool isPrefork;89 pid_t pid;90 int state;91 struct timespec spawnStart;