HELPLIB.HLB  —  POSIX Threads, PTHREAD routines, pthread_cond_timedwait, C Binding
    #include <pthread.h>
    int
    pthread_cond_timedwait (
             pthread_cond_t   *cond,
             pthread_mutex_t   *mutex,
             const struct timespec   *abstime);
Close Help