Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/daemons/dmeventd/
H A Ddmeventd.c202 static pthread_cond_t _timeout_cond = PTHREAD_COND_INITIALIZER; variable
509 pthread_cond_timedwait(&_timeout_cond, &_timeout_mutex, in _timeout_thread()
529 pthread_cond_signal(&_timeout_cond); in _register_for_timeout()