函数逻辑报告 |
Source Code:kernel\time\time.c |
Create Date:2022-07-27 11:38:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:s_to_timeval - Convert nanoseconds to timeval*@nsec: the nanoseconds value to be converted* Returns the timeval representation of the nsec parameter.
函数原型:struct timeval ns_to_timeval(const s64 nsec)
返回类型:struct timeval
参数:
类型 | 参数 | 名称 |
---|---|---|
const s64 | nsec |
485 | ts等于s_to_timespec - Convert nanoseconds to timespec*@nsec: the nanoseconds value to be converted* Returns the timespec representation of the nsec parameter. |
489 | microseconds 等于 nanoseconds 除1000 |
491 | 返回:tv |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |