abstime           582 miscwrappers.cpp                        const struct timespec *abstime)
abstime           584 miscwrappers.cpp   return _real_pthread_cond_timedwait(cond, mutex, abstime);
abstime           488 syscallsreal.c                                  const struct timespec *abstime)
abstime           491 syscallsreal.c   int result = NEXT_FNC_DEFAULT(pthread_cond_timedwait)(cond, mutex, abstime);
abstime           494 syscallsreal.c   REAL_FUNC_PASSTHROUGH_TYPED (int,pthread_cond_timedwait) (cond,mutex,abstime);
abstime           931 syscallsreal.c                                  const struct timespec *abstime) {
abstime           932 syscallsreal.c   REAL_FUNC_PASSTHROUGH_TYPED (int, pthread_timedjoin_np) (thread, retval, abstime);
abstime           389 syscallwrappers.h                                  const struct timespec *abstime);
abstime           440 syscallwrappers.h                                    const struct timespec *abstime);
abstime           302 threadwrappers.cpp                                     const struct timespec *abstime)
abstime           317 threadwrappers.cpp     if (TIMESPEC_CMP(&ts, abstime, <)) {
abstime           328 threadwrappers.cpp     if (TIMESPEC_CMP(&ts, abstime, >=)) {