pthread_cond_timedwait
extern int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex,
err = pthread_cond_timedwait(&fEvent, &fLock, &absTimeout);
WRAPPER_FUNCTION(int, pthread_cond_timedwait, (pthread_cond_t *cond,
switch (pthread_cond_timedwait(cond, mtx, ts)) {