Dear all, I'm trying to use the pthread_cond_timedwait but this call seems not to be able to suspend the execution and always ends returning ETIMEDOUT. I've created the condition with the default value for attributes (pthread_cond_init (&mbx->cond, NULL)) also why seems to be impossible set a differ...