Searched defs:timeradd (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | time.h | 40 #define timeradd(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec + (t)->tv_sec, \ macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | time.h | 40 #define timeradd(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec + (t)->tv_sec, \ macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | time.h | 40 #define timeradd(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec + (t)->tv_sec, \ macro
|
/third_party/musl/include/sys/ |
D | time.h | 40 #define timeradd(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec + (t)->tv_sec, \ macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | time.h | 67 #define timeradd(s,t,a) (void) ( (a)->tv_sec = (s)->tv_sec + (t)->tv_sec, \ macro
|
/third_party/mksh/ |
D | sh.h | 330 #define timeradd(tvp,uvp,vvp) \ macro
|