函数逻辑报告 |
Source Code:kernel\signal.c |
Create Date:2022-07-27 10:16:21 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:These functions support sending signals using preallocated sigqueue* structures. This is needed "because realtime applications cannot* afford to lose notifications of asynchronous events, like timer* expirations or I/O completions"
函数原型:struct sigqueue *sigqueue_alloc(void)
返回类型:struct sigqueue
参数:无
1808 | q等于allocate a new signal queue record* - this may be called without locks if and only if t == current, otherwise an* appropriate lock must be held to stop the target task from exiting |
1810 | 如果q则flags或等于lags values. |
1813 | 返回:q |
名称 | 描述 |
---|---|
alloc_posix_timer |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |