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

/external/valgrind/main/drd/
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/chromium_org/base/process/
H A Dprocess_util_unittest.cc104 base::TimeDelta waited; local
108 waited += kInterval;
110 waited < TestTimeouts::action_max_timeout());
/external/chromium_org/third_party/webrtc/base/
H A Dthread.cc449 bool waited = false; local
457 waited = true;
473 if (waited) {

Completed in 407 milliseconds