函数逻辑报告 |
Source Code:kernel\time\itimer.c |
Create Date:2022-07-27 11:49:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:alarm_setitimer - set alarm in seconds*@seconds: number of seconds until alarm* 0 disables the alarm* Returns the remaining time in seconds of a pending timer or 0 when* the timer is not active
函数原型:static unsigned int alarm_setitimer(unsigned int seconds)
返回类型:unsigned int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | seconds |
290 | nanoseconds 等于0 |
291 | seconds 等于 nanoseconds 等于0 |
293 | do_setitimer(Names of the interval timers, and structure* defining a timer setting:, & it_new, & it_old) |
299 | 如果非 seconds 且 nanoseconds 或 nanoseconds 大于等于NSEC_PER_SEC除2则 seconds 自加 |
303 | 返回: seconds |
名称 | 描述 |
---|---|
SYSCALL_DEFINE1 | For backwards compatibility? This can be done in libc so Alpha* and all newer ports shouldn't need it. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |