abstime           142 opal/mca/event/libevent2022/libevent/evthread_pthread.c 		struct timeval now, abstime;
abstime           145 opal/mca/event/libevent2022/libevent/evthread_pthread.c 		evutil_timeradd(&now, tv, &abstime);
abstime           146 opal/mca/event/libevent2022/libevent/evthread_pthread.c 		ts.tv_sec = abstime.tv_sec;
abstime           147 opal/mca/event/libevent2022/libevent/evthread_pthread.c 		ts.tv_nsec = abstime.tv_usec*1000;
abstime            88 opal/threads/condition.h                                            const struct timespec *abstime)
abstime            96 opal/threads/condition.h         absolute.tv_sec = abstime->tv_sec;
abstime            97 opal/threads/condition.h         absolute.tv_usec = abstime->tv_nsec / 1000;
abstime           110 opal/threads/condition.h         absolute.tv_sec = abstime->tv_sec;
abstime           111 opal/threads/condition.h         absolute.tv_usec = abstime->tv_nsec / 1000;