Searched defs:sdl_cv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_domain.c62 cond_t sdl_cv; member in struct:smb_dclocator
144 (void) cond_broadcast(&smb_dclocator.sdl_cv);
150 rc = cond_reltimedwait(&smb_dclocator.sdl_cv,
200 (void) cond_broadcast(&smb_dclocator.sdl_cv);
248 (void) cond_broadcast(&smb_dclocator.sdl_cv);
269 rc = cond_reltimedwait(&smb_dclocator.sdl_cv,
312 (void) cond_wait(&sdl->sdl_cv,
382 (void) cond_broadcast(&sdl->sdl_cv);

Completed in 45 milliseconds