Lines Matching refs:timeval
35 #include "timeval.h"
37 struct timeval *pa_gettimeofday(struct timeval *tv) {
73 pa_usec_t pa_timeval_diff(const struct timeval *a, const struct timeval *b) {
81 const struct timeval *c;
99 int pa_timeval_cmp(const struct timeval *a, const struct timeval *b) {
118 pa_usec_t pa_timeval_age(const struct timeval *tv) {
119 struct timeval now;
125 struct timeval* pa_timeval_add(struct timeval *tv, pa_usec_t v) {
156 struct timeval* pa_timeval_sub(struct timeval *tv, pa_usec_t v) {
187 struct timeval* pa_timeval_store(struct timeval *tv, pa_usec_t v) {
203 pa_usec_t pa_timeval_load(const struct timeval *tv) {