Home
last modified time | relevance | path

Searched refs:condtype (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/test/
Dlock_tests.py323 cond = self.condtype()
331 cond = self.condtype(lock)
342 cond = self.condtype()
346 cond = self.condtype()
424 cond = self.condtype()
430 cond = self.condtype()
Dtest_threading.py883 condtype = staticmethod(threading.Condition) variable in ConditionTests
/external/python/cpython3/Lib/test/
Dlock_tests.py465 cond = self.condtype()
473 cond = self.condtype(lock)
484 cond = self.condtype()
488 cond = self.condtype()
566 cond = self.condtype()
572 cond = self.condtype()
594 cond = self.condtype()
611 cond = self.condtype()
Dtest_threading.py1577 condtype = staticmethod(threading.Condition) variable in ConditionTests
/external/libevent/include/event2/
Dthread.h148 void *(*alloc_condition)(unsigned condtype);
/external/libevent/
Devthread.c463 evthreadimpl_cond_alloc_(unsigned condtype) in evthreadimpl_cond_alloc_() argument
472 evthread_cond_fns_.alloc_condition(condtype) : NULL; in evthreadimpl_cond_alloc_()
Devthread-internal.h199 void *evthreadimpl_cond_alloc_(unsigned condtype);