Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/common/
H A Dmythread.h246 mythread_cond_init(mythread_cond *mycond) in mythread_cond_init() argument
262 ret = pthread_cond_init(&mycond->cond, &condattr); in mythread_cond_init()
267 mycond->clk_id = CLOCK_MONOTONIC; in mythread_cond_init()
277 mycond->clk_id = CLOCK_REALTIME; in mythread_cond_init()
280 return pthread_cond_init(&mycond->cond, NULL); in mythread_cond_init()