Searched refs:waited (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/main/drd/
H A Ddrd_semaphore.h50 const Bool waited);
53 const Bool waited);
H A Ddrd_barrier.h48 const BarrierT barrier_type, const Bool waited,
H A Ddrd_semaphore.c127 "Destruction of semaphore that is being waited"
342 * @note Some C libraries do not set the 'waited' value correctly.
345 const Bool waited)
350 tl_assert(waited == 0 || waited == 1);
355 p ? p->value : 0, p ? p->value - waited : 0,
356 waited ? "" : " (did not wait)");
360 p->value -= waited;
381 if (!waited)
344 semaphore_post_wait(const DrdThreadId tid, const Addr semaphore, const Bool waited) argument
H A Ddrd_barrier.c162 "Destruction of barrier that is being waited"
404 const BarrierT barrier_type, const Bool waited,
431 if (! waited)
403 barrier_post_wait(const DrdThreadId tid, const Addr barrier, const BarrierT barrier_type, const Bool waited, const Bool serializing) argument
/external/valgrind/main/drd/tests/
H A Dpth_cond_destroy_busy.stderr.exp2 destruction of condition variable being waited upon: cond 0x........
H A Dbar_bad.stderr.exp41 Destruction of barrier that is being waited upon: barrier 0x........
H A Dbar_bad_xml.stderr.exp236 <what>Destruction of barrier that is being waited upon: barrier 0x........</what>
/external/chromium_org/third_party/webrtc/base/
H A Dthread.cc449 bool waited = false; local
457 waited = true;
473 if (waited) {
/external/deqp/modules/gles31/functional/
H A Des31fDebugTests.cpp1418 for (int waited = 0;;)
1421 const int wait = de::max(50, waited>>2);
1424 if (pass == VERIFY_PASS || (pass == VERIFY_MINIMUM && waited >= maxWait))
1429 if (waited >= warnWait && lastTimelyState != pass)
1432 log << TestLog::Message << "Passed after ~" << waited << "ms of waiting" << TestLog::EndMessage;
1436 else if (waited >= maxWait)
1440 log << TestLog::Message << "Waited for ~" << waited << "ms without getting all expected messages" << TestLog::EndMessage;
1445 if (waited < warnWait)
1449 waited += wait;
/external/chromium_org/base/process/
H A Dprocess_util_unittest.cc104 base::TimeDelta waited; local
108 waited += kInterval;
110 waited < TestTimeouts::action_max_timeout());

Completed in 681 milliseconds