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

/external/valgrind/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/webrtc/webrtc/base/
H A Dthread.cc356 bool waited = false; local
364 waited = true;
380 if (waited) {
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
H A Dtransport_test.py59 waited = False variable in class:TestRpc
62 self.waited = True
83 self.assertFalse(self.rpc.waited)
85 self.assertTrue(self.rpc.waited)
/external/toybox/toys/pending/
H A Ddhcp.c1271 uint32_t timeout = 0, waited = 0; local
1316 tv.tv_sec = timeout - waited;
1325 waited += (unsigned) time(NULL) - timestmp;
1343 waited = 0;
1361 waited = 0;
1371 waited = 0;
1388 waited = 0;
1399 waited = 0;
1406 waited = 0;
1412 waited
[all...]
H A Ddhcpd.c1611 uint32_t waited = 0, serverid = 0, requested_nip = 0; local
1677 tv.tv_sec = gconfig.auto_time - waited;
1688 waited += (unsigned) time(NULL) - timestmp;
1696 waited = 0;
1740 waited += time(NULL) - timestmp;
1757 waited += time(NULL) - timestmp;
1985 waited += time(NULL) - timestmp;
2001 waited += time(NULL) - timestmp;

Completed in 343 milliseconds