Searched defs:TagAppSpawnReqMsgNode (Results 1 – 1 of 1) sorted by relevance
72 typedef struct TagAppSpawnReqMsgNode { struct73 struct ListNode node;74 uint32_t reqId;75 uint32_t retryCount;76 int fdCount;77 int fds[APP_MAX_FD_COUNT];78 int isAsan;79 AppSpawnMsgFlags *msgFlags;80 AppSpawnMsgFlags *permissionFlags;81 AppSpawnMsg *msg;[all …]