mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
core-rtclock: introduce pa_timespec_store() akin pa_timeval_store()
This commit is contained in:
parent
f7d38965b3
commit
fdec460661
2 changed files with 15 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ void pa_rtclock_hrtimer_enable(void);
|
|||
struct timeval* pa_rtclock_from_wallclock(struct timeval *tv);
|
||||
|
||||
pa_usec_t pa_timespec_load(const struct timespec *ts);
|
||||
struct timespec* pa_timespec_store(struct timespec *ts, pa_usec_t v);
|
||||
|
||||
struct timeval* pa_timeval_rtstore(struct timeval *tv, pa_usec_t v, pa_bool_t rtclock);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue