Searched defs:TagAppSpawnedProcess (Results 1 – 1 of 1) sorted by relevance
89 typedef struct TagAppSpawnedProcess { struct90 struct ListNode node;91 uid_t uid;92 pid_t pid;93 uint32_t max;94 int exitStatus;95 struct timespec spawnStart;96 struct timespec spawnEnd;98 AppSpawnMsgNode *message;100 bool isDebuggable;[all …]