OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cond_var
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/drd/tests/
bug-235681.c
14
pthread_cond_t
cond_var
;
variable
31
rc = pthread_cond_wait(&
cond_var
, &mutex);
58
rc = pthread_cond_init(&
cond_var
, NULL);
78
rc = pthread_cond_broadcast(&
cond_var
);
/external/autotest/client/deps/lansim/src/py/
simulator.py
345
cond_var
= threading.Condition(lock_cond)
353
callback, ret,
cond_var
, condition)
362
with
cond_var
:
365
cond_var
.wait()
370
cond_var
.wait(cur_timeout)
377
def _condition_poller(self, callback, ref_value,
cond_var
, func):
384
with
cond_var
:
387
cond_var
.notify()
/frameworks/base/core/tests/overlaytests/
testrunner.py
57
def __init__(self,
cond_var
, text):
61
self.
cond_var
=
cond_var
68
self.
cond_var
.acquire()
70
self.
cond_var
.wait(0.25)
75
self.
cond_var
.release()
78
self.
cond_var
.acquire()
80
self.
cond_var
.notify_all()
81
self.
cond_var
.release()
84
self.ticker = VerbosePrinter.Ticker(self.
cond_var
, self.text
[
all
...]
/external/webrtc/webrtc/system_wrappers/source/
condition_variable_unittest.cc
191
rtc::scoped_ptr<ConditionVariableWrapper>
cond_var
(
195
EXPECT_FALSE(
cond_var
->SleepCS(*(crit_sect), kVeryShortWaitMs));
/bionic/tests/
pthread_test.cpp
1098
pthread_cond_t
cond_var
;
local
[
all
...]
Completed in 117 milliseconds