Searched defs:TagAppSpawnedProcess (Results 1 – 1 of 1) sorted by relevance
94 typedef struct TagAppSpawnedProcess { struct95 struct ListNode node;96 uid_t uid;97 pid_t pid;98 uint32_t max;99 int exitStatus;100 struct timespec spawnStart;101 struct timespec spawnEnd;103 AppSpawnMsgNode *message;105 bool isDebuggable;[all …]