Searched refs:PA_USEC_INVALID (Results 1 – 8 of 8) sorted by relevance
210 return PA_USEC_INVALID; in pa_timespec_load()220 if (PA_UNLIKELY(v == PA_USEC_INVALID)) { in pa_timespec_store()256 if (v == PA_USEC_INVALID) in pa_timeval_rtstore()
241 …d->connection->mainloop->time_restart(ev, pa_timeval_rtstore(&tv, PA_USEC_INVALID, d->connection->… in toggle_timeout()
294 return PA_USEC_INVALID; in make_rt()331 if ((e->enabled = (t != PA_USEC_INVALID))) { in mainloop_time_new()366 valid = (t != PA_USEC_INVALID); in mainloop_time_restart()717 return PA_USEC_INVALID; in calc_next_timeout()802 if (timeout < m->prepared_timeout || m->prepared_timeout == PA_USEC_INVALID) in pa_mainloop_prepare()818 if (u == PA_USEC_INVALID) in usec_to_timeout()852 … m->prepared_timeout == PA_USEC_INVALID ? NULL : pa_timespec_store(&ts, m->prepared_timeout), in pa_mainloop_poll()
190 if (PA_UNLIKELY(v == PA_USEC_INVALID)) { in pa_timeval_store()206 return PA_USEC_INVALID; in pa_timeval_load()
53 #define PA_USEC_INVALID ((pa_usec_t) -1) macro
1604 if (usec == PA_USEC_INVALID)1619 if (usec == PA_USEC_INVALID)
342 d->time_event = pa_core_rttime_new(c, PA_USEC_INVALID, timeout_cb, d); in device_new_hook_cb()
1565 [CCode (cname="PA_USEC_INVALID")]