I would like to know if pthreads
is doing busy waiting internally when calling pthread_cond_timedwait()
?
I'm analysing a multi-threaded program and need to know if a thread is potentially blocking ressources when calling the above function.
Platform: Intel x86_64, CentOS 7.5.1804 with GCC 5.3.0