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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_osd.c231 int pthread_status; local
235 pthread_status = 0;
257 while (wait_obj->signaled == DAT_FALSE && pthread_status == 0) {
258 pthread_status = pthread_cond_timedwait(
267 if (pthread_status == 0) {
273 while (wait_obj->signaled == DAT_FALSE && pthread_status == 0) {
274 pthread_status = pthread_cond_wait(
278 if (pthread_status == 0) {
284 if (ETIMEDOUT == pthread_status) {
286 } else if (0 != pthread_status) {
[all...]

Completed in 58 milliseconds