Searched refs:tim_cv (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.h39 pthread_cond_t tim_cv; /* method entry cv */ member in struct:topo_imethod
H A Dtopo_method.c88 (void) pthread_cond_wait(&mp->tim_cv, &mp->tim_lock);
103 (void) pthread_cond_broadcast(&mp->tim_cv);

Completed in 45 milliseconds