Home
last modified time | relevance | path

Searched refs:timespeccmp (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/util/
Dfutex.h109 if (timespeccmp(&tsnow, timeout, <)) in futex_wait()
/external/openssh/
Ddefines.h522 #ifndef timespeccmp
523 #define timespeccmp(tsp, usp, cmp) \ macro
Dsftp.c942 return (rmul * timespeccmp(&as->st_mtim, &bs->st_mtim, <)); in sglob_comp()