Function report |
Source Code:include\linux\time64.h |
Create Date:2022-07-28 05:34:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Returns true if the timespec64 is norm, false if denorm:
Proto:static inline bool timespec64_valid(const struct timespec64 *ts)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct timespec64 * | ts |
98 | If seconds < 0 Then Return false |
101 | If nanoseconds >= NSEC_PER_SEC Then Return false |
103 | Return true |
Name | Describe |
---|---|
do_sigtimedwait | do_sigtimedwait - wait for queued signals specified in @which*@which: queued signals to wait for*@info: if non-null, the signal's siginfo is returned here*@ts: upper bound on process time suspension |
do_timer_settime | |
SYSCALL_DEFINE4 | |
SYSCALL_DEFINE4 | |
SYSCALL_DEFINE6 | |
prepare_timeout | |
poll_select_set_timeout | poll_select_set_timeout - helper function to setup the timeout value*@to: pointer to timespec64 variable for the final timeout*@sec: seconds (from user space)*@nsec: nanoseconds (from user space)* Note, we do not use a timespec for the user space value |
timespec64_valid_strict | |
timespec64_valid_settod | |
itimerspec64_valid |
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 |