函数逻辑报告 |
Source Code:include\linux\time64.h |
Create Date:2022-07-27 06:38:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Returns true if the timespec64 is norm, false if denorm:
函数原型:static inline bool timespec64_valid(const struct timespec64 *ts)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct timespec64 * | ts |
98 | 如果 seconds 小于0则返回:false |
101 | 如果 nanoseconds 大于等于NSEC_PER_SEC则返回:false |
103 | 返回:true |
名称 | 描述 |
---|---|
do_sigtimedwait | do_sigtimedwait - wait for queued signals specified in @which*@which: queued signals to wait for*@info: if non-null, the signal's siginfo is returned here*@ts: upper bound on process time suspension |
do_timer_settime | |
SYSCALL_DEFINE4 | |
SYSCALL_DEFINE4 | |
SYSCALL_DEFINE6 | |
prepare_timeout | |
poll_select_set_timeout | poll_select_set_timeout - helper function to setup the timeout value*@to: pointer to timespec64 variable for the final timeout*@sec: seconds (from user space)*@nsec: nanoseconds (from user space)* Note, we do not use a timespec for the user space value |
timespec64_valid_strict | |
timespec64_valid_settod | |
itimerspec64_valid |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |