Function report |
Source Code:include\linux\ktime.h |
Create Date:2022-07-28 05:35:44 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ktime_after - Compare if a ktime_t value is bigger than another one.*@cmp1: comparable1*@cmp2: comparable2* Return: true if cmp1 happened after cmp2.
Proto:static inline bool ktime_after(const ktime_t cmp1, const ktime_t cmp2)
Type:bool
Parameter:
| Type | Parameter | Name |
|---|---|---|
| const ktime_t | cmp1 | |
| const ktime_t | cmp2 |
| 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 |