Function report |
Source Code:kernel\time\posix-clock.c |
Create Date:2022-07-28 10:48:41 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pc_clock_gettime
Proto:static int pc_clock_gettime(clockid_t id, struct timespec64 *ts)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| clockid_t | id | |
| struct timespec64 * | ts |
| 255 | err = get_clock_desc(id, & cd) |
| 259 | If clock_gettime Then err = clock_gettime(clk, ts) |
| 261 | Else err = -EOPNOTSUPP |
| 264 | put_clock_desc( & cd) |
| 266 | Return err |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |