Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cache.c122 (void) cond_wait(&chandle->ch_cv, &chandle->ch_mtx); in smb_cache_destroy()
318 (void) cond_wait(&chandle->ch_cv, in smb_cache_refreshing()
358 (void) cond_broadcast(&chandle->ch_cv); in smb_cache_ready()
451 (void) cond_broadcast(&chandle->ch_cv); in smb_cache_unlock()
475 err = cond_reltimedwait(&chandle->ch_cv, in smb_cache_wait()
H A Dlibsmb.h958 cond_t ch_cv; member