mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-19 07:00:10 -05:00
thread-loop: fix comment
This commit is contained in:
parent
32ccd24469
commit
3fe5e146c2
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ int pw_thread_loop_timed_wait(struct pw_thread_loop *loop, int wait_max_sec);
|
|||
* Since: 0.3.7 */
|
||||
int pw_thread_loop_get_time(struct pw_thread_loop *loop, struct timespec *abstime, int64_t timeout);
|
||||
|
||||
/** Release the lock and wait until \a timeout until some thread calls
|
||||
/** Release the lock and wait up to \a abstime until some thread calls
|
||||
* \ref pw_thread_loop_signal. Use \ref pw_thread_loop_get_time to make a timeout.
|
||||
* Since: 0.3.7 */
|
||||
int pw_thread_loop_timed_wait_full(struct pw_thread_loop *loop, struct timespec *abstime);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue