10.33.35 pthread_cond_timedwait
¶
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_cond_timedwait.html
Gnulib module: pthread-cond
Portability problems fixed by Gnulib:
- This function is missing on some platforms:
Minix 3.1.8, mingw, MSVC 14.
But the provided replacement is just a dummy on some of these platforms:
Minix 3.1.8.
Portability problems not fixed by Gnulib:
- This function sometimes waits indefinitely
instead of up to the specified time point,
on some platforms (glibc/Linux, musl libc) in some hypervisors:
VirtualBox 6.1.50_Ubuntu with paravirtualization set to "Default" or "KVM".