Searched refs:cond_attr (Results 1 – 1 of 1) sorted by relevance
184 pthread_condattr_t cond_attr; in check_pthread_clock() local187 pthread_condattr_init(&cond_attr); in check_pthread_clock()188 if (pthread_condattr_setclock(&cond_attr, CLOCK_MONOTONIC)) { in check_pthread_clock()190 pthread_condattr_destroy(&cond_attr); in check_pthread_clock()194 pthread_cond_init(&cond, &cond_attr); in check_pthread_clock()201 pthread_condattr_destroy(&cond_attr); in check_pthread_clock()