HelenOS sources
ts_gteq 461 uspace/drv/time/cmos-rtc/cmos-rtc.c if (ts_gteq(&uptime, &ntv)) {
ts_gteq 143 uspace/lib/c/generic/private/futex.h timeout = ts_gteq(&tv, expires) ? 1 :
ts_gteq 251 uspace/lib/c/generic/thread/fibril.c if (ts_gteq(&now, expires))
ts_gteq 607 uspace/lib/c/generic/thread/fibril.c if (ts_gteq(&cur->expires, &timeout->expires))
ts_gteq 150 uspace/lib/c/include/time.h extern bool ts_gteq(const struct timespec *, const struct timespec *);
ts_gteq 150 uspace/lib/posix/include/libc/time.h extern bool ts_gteq(const struct timespec *, const struct timespec *);
HelenOS homepage, sources at GitHub