Lines Matching refs:twait
274 struct timespec twait;
278 twait.tv_sec = time(NULL) + lhp->lsinfo->cv_twait;
279 twait.tv_nsec = 0;
288 &twait);
1011 struct timespec twait;
1033 twait.tv_sec = time(NULL) + lsp->cv_twait;
1034 twait.tv_nsec = 0;
1039 &lsp->fmas_svcs.mt, &twait);
1214 struct timespec twait;
1253 twait.tv_sec = time(NULL) + 10;
1254 twait.tv_nsec = 0;
1262 expired = pthread_cond_timedwait(&root->cv, &root->mt, &twait);