GLib.Cond.timed_wait – glib-2.0 Reference Manual
Packages
glib-2.0
GLib
Cond
Cond
@signal
broadcast
timed_wait
wait
wait_until
timed_wait
Description:
[
Deprecated
( since =
"2.32"
, replacement =
"wait_until"
) ]
public
bool
timed_wait
(
Mutex
mutex,
TimeVal
abs_time)
Warning:
timed_wait is deprecated. Use
GLib.Cond.wait_until
.