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.py462 cond = self.condtype()
470 cond = self.condtype(lock)
481 cond = self.condtype()
485 cond = self.condtype()
563 cond = self.condtype()
569 cond = self.condtype()
591 cond = self.condtype()
608 cond = self.condtype()
Dtest_threading.py1380 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);