Searched
full:pthread_cond_timedwait (Results
251 -
275 of
863) sorted by null
<<11121314151617181920>>
/external/fio/ |
mutex.c | 179 ret = pthread_cond_timedwait(&mutex->cond, &mutex->lock, &t);
|
idletime.c | 288 pthread_cond_timedwait(&ipt->cond, &ipt->init_lock, &ts); 350 pthread_cond_timedwait(&ipt->cond, &ipt->start_lock, &ts);
|
/external/ltp/testcases/kernel/sched/pthreads/ |
pth_str03.c | 284 if ((rc = pthread_cond_timedwait(&node_condvar, &node_mutex, 286 tst_resm(TINFO, "pthread_cond_timedwait (sync) %d: %s", 499 pthread_cond_timedwait(&info_p-> 504 "pthread_cond_timedwait (leaf) %d: %s",
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/ |
stress.c | 170 ret = pthread_cond_timedwait(pcnd, pmtx, &now);
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/ |
QCameraHAL3Test.cpp | 193 pthread_cond_timedwait(&mRequestAppCond, &thread->mutex, &ts1);
|
/hardware/qcom/gps/msm8084/utils/ |
loc_timer.c | 83 ret = pthread_cond_timedwait(&t->timer_cond, &t->timer_mutex, &ts);
|
/hardware/qcom/gps/msm8960/utils/ |
loc_timer.c | 91 ret = pthread_cond_timedwait(&timer_cond, &timer_mutex, &ts);
|
/hardware/qcom/gps/msm8994/utils/ |
loc_timer.c | 83 ret = pthread_cond_timedwait(&t->timer_cond, &t->timer_mutex, &ts);
|
/hardware/qcom/gps/utils/ |
loc_timer.c | 83 ret = pthread_cond_timedwait(&t->timer_cond, &t->timer_mutex, &ts);
|
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/common/inc/ |
vidc_debug.h | 176 int ret = pthread_cond_timedwait(&condition, &mutex, &ts);
|
/system/core/libutils/include/utils/ |
Condition.h | 148 return -pthread_cond_timedwait(&mCond, &mutex.mMutex, &ts);
|
/system/core/logd/ |
LogTimes.cpp | 143 if (pthread_cond_timedwait(&me->threadTriggeredCondition,
|
/external/valgrind/helgrind/ |
hg_intercepts.c | [all...] |
/external/autotest/client/tests/posixtest/ |
posixtestsuite-1.5.2.tar.gz | |
/external/fio/t/ |
read-to-pipe-async.c | 489 pthread_cond_timedwait(&thread->done_cond, &thread->done_lock, &ts); 645 pthread_cond_timedwait(&work->cond, &work->lock, &ts);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
4-2.c | 31 * -> calls pthread_cond_timedwait with invalid values (nsec > 999999999) 516 pthread_cond_timedwait(&cnd, &(td->mtx),
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
stress2.c | 17 * This file is a stress test for the function pthread_cond_timedwait. 250 ret = pthread_cond_timedwait(&(cd->cnd), &(cd->mtx), &ts);
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
stress.c | 17 * This file is a stress test for the function pthread_cond_timedwait. 250 ret = pthread_cond_timedwait(&(cd->cnd), &(cd->mtx), &ts);
|
stress2.c | 17 * This file is a stress test for the function pthread_cond_timedwait. 250 ret = pthread_cond_timedwait(&(cd->cnd), &(cd->mtx), &ts);
|
/external/valgrind/drd/tests/ |
tsan_thread_wrappers_pthread.h | 244 retcode = pthread_cond_timedwait(&cv_, &mu_, &timeout); 286 return 0 != pthread_cond_timedwait(&cv_, &mu->mu_, &timeout);
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc_eng_ni.cpp | 223 rc = pthread_cond_timedwait(&pSession->tCond, 234 "pthread_cond_timedwait = %d\n",rc );
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
loc_eng_ni.cpp | 223 rc = pthread_cond_timedwait(&pSession->tCond, 234 "pthread_cond_timedwait = %d\n",rc );
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
loc_eng_ni.cpp | 223 rc = pthread_cond_timedwait(&pSession->tCond, 234 "pthread_cond_timedwait = %d\n",rc );
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng_ni.cpp | 207 rc = pthread_cond_timedwait(&loc_eng_ni_data_p->tCond, 218 "pthread_cond_timedwait = %d\n",rc );
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
loc_eng_ni.cpp | 223 rc = pthread_cond_timedwait(&pSession->tCond, 234 "pthread_cond_timedwait = %d\n",rc );
|
Completed in 1396 milliseconds
<<11121314151617181920>>