函数逻辑报告 |
Source Code:ipc\msg.c |
Create Date:2022-07-27 18:16:30 |
Last Modify:2020-03-17 22:56:56 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:msg_fits_inqueue
函数原型:static inline bool msg_fits_inqueue(struct msg_queue *msq, size_t msgsz)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct msg_queue * | msq | |
size_t | msgsz |
178 | 返回:msgsz加current number of bytes on queue 小于等于max number of bytes on queue 且1加umber of messages in queue 小于等于max number of bytes on queue |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |