Hello, I use the attached test program to check several POSIX functions which use an absolute CLOCK_REALTIME timeout. I noticed that the pthread_mutex_timedlock() with clock_settime() test cases doesn't work (it doesn't time out when the CLOCK_REALTIME is set past the time out time point). The test case works for the other synchronization objects, for example semaphores (sem_timedwait()) or condition variables (pthread_cond_timedwait()). I am not sure if this is a problem with my understanding of the POSIX standard, my test case implementation, or the glibc/Linux version. I use Linux 5.3.18. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.huber@embedded-brains.de phone: +49-89-18 94 741 - 16 fax: +49-89-18 94 741 - 08 Registergericht: Amtsgericht München Registernummer: HRB 157899 Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler Unsere Datenschutzerklärung finden Sie hier: https://embedded-brains.de/datenschutzerklaerung/