Function report |
Source Code:kernel\time\posix-cpu-timers.c |
Create Date:2022-07-28 10:48:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:posix_cpu_nsleep
Proto:static int posix_cpu_nsleep(const clockid_t which_clock, int flags, const struct timespec64 *rqtp)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const clockid_t | which_clock | |
int | flags | |
const struct timespec64 * | rqtp |
1320 | restart_block = restart_block |
1331 | error = do_cpu_nanosleep(which_clock, flags, rqtp) |
1333 | If error == -start by calling sys_restart_syscall Then |
1335 | If flags & The various flags for setting POSIX.1b interval timers: Then Return -start if no handler.. |
1338 | fn = posix_cpu_nsleep_restart |
1339 | clockid = which_clock |
1341 | Return error |
Name | Describe |
---|---|
process_cpu_nsleep |
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 |