Searched defs:timercmp (Results 1 - 6 of 6) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
H A D | time.h | 95 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | time.h | 38 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | time.h | 38 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | time.h | 38 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
|
/third_party/musl/include/sys/ |
H A D | time.h | 38 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | time.h | 65 #define timercmp(s,t,op) ((s)->tv_sec == (t)->tv_sec ? \ macro
|
Completed in 2 milliseconds