Searched defs:waited (Results 1 - 5 of 5) 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/net/base/
H A Dfile_stream_win.cc78 bool waited = false; local
81 waited = true;
84 if (waited) {
/external/chromium/third_party/libjingle/source/talk/base/
H A Dthread.cc408 bool waited = false; local
412 waited = true;
426 if (waited) {
/external/chromium/base/
H A Dprocess_util_unittest.cc91 int waited = 0; local
95 waited += kIntervalMs;
97 waited < kMaxWaitTimeMs);

Completed in 139 milliseconds