Searched refs:mycond (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/xz/src/common/
H A Dmythread.h219 mythread_cond_init(mythread_cond *mycond) argument
235 ret = pthread_cond_init(&mycond->cond, &condattr);
240 mycond->clk_id = CLOCK_MONOTONIC;
250 mycond->clk_id = CLOCK_REALTIME;
253 return pthread_cond_init(&mycond->cond, NULL);

Completed in 111 milliseconds