Function report |
Source Code:kernel\time\posix-timers.c |
Create Date:2022-07-28 10:47:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:clockid_to_kclock
Proto:static const struct k_clock *clockid_to_kclock(const clockid_t id)
Type:struct k_clock
Parameter:
Type | Parameter | Name |
---|---|---|
const clockid_t | id |
1361 | If id < 0 Then |
1362 | Return If (id & CLOCKFD_MASK) == CLOCKFD Then clock_posix_dynamic Else clock_posix_cpu |
1366 | If id >= ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(posix_clocks) Then Return NULL |
Name | Describe |
---|---|
do_timer_create | Create a POSIX.1b interval timer. |
SYSCALL_DEFINE2 | |
SYSCALL_DEFINE2 | |
do_clock_adjtime | |
SYSCALL_DEFINE2 | |
SYSCALL_DEFINE4 |
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 |