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

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DCondVar.cpp124 int waitResult = pthread_cond_timedwait_monotonic_np (&mCondition, mutex.nativeHandle(), &absoluteTime); local
125 if ((waitResult != 0) && (waitResult != ETIMEDOUT))
126 ALOGE ("CondVar::wait: fail timed wait; error=0x%X", waitResult);
127 retVal = (waitResult == 0); //waited successfully
/external/lzma/CPP/7zip/Common/
H A DStreamBinder.cpp132 DWORD waitResult = ::WaitForMultipleObjects(2, events, FALSE, INFINITE); local
133 if (waitResult != WAIT_OBJECT_0 + 0)

Completed in 567 milliseconds