Tagged Questions
2
votes
1answer
582 views
Linking against NPTL for pthread function pthread_condattr_setclock
I've written some pthread code that use timed waits on a condition variable but in order to ensure a relative wait I've set the condvar's clock type to CLOCK_MONOTONIC using ...