Searched defs:TagAppSpawnReqMsgNode (Results 1 – 1 of 1) sorted by relevance
77 typedef struct TagAppSpawnReqMsgNode { struct78 struct ListNode node;79 uint32_t reqId;80 uint32_t retryCount;81 int fdCount;82 int fds[APP_MAX_FD_COUNT];83 int isAsan;84 AppSpawnMsgFlags *msgFlags;85 AppSpawnMsgFlags *permissionFlags;86 AppSpawnMsg *msg;[all …]