Home
last modified time | relevance | path

Searched refs:test_event (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/threading/
Dworker_pool_unittest.cc75 WaitableEvent test_event(WaitableEvent::ResetPolicy::AUTOMATIC, in TEST_F() local
82 base::Unretained(&test_event)), in TEST_F()
89 test_event.Wait(); in TEST_F()
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify04.c83 int expect, void (*test_event)(char *)) in check_mark()
99 if (test_event) in check_mark()
100 test_event(file); in check_mark()
/external/python/cpython2/Doc/includes/
Dmp_synchronize.py174 def test_event(): function
241 test_semaphore, test_join_timeout, test_event,
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py865 def test_event(self): member in _TestEvent