Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c74 static cond_t cache_called_cond; variable
134 (void) cond_signal(&cache_called_cond); in slp_find_das_cached()
226 (void) cond_init(&cache_called_cond, 0, NULL); in start_cache_thr()
254 err = cond_reltimedwait(&cache_called_cond, in cache_thr()