Home
last modified time | relevance | path

Searched refs:test_thread (Results 1 – 20 of 20) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_loop_task_runner_unittest.cc340 std::unique_ptr<Thread> test_thread( in TEST_F() local
342 test_thread->Start(); in TEST_F()
344 test_thread->task_runner(); in TEST_F()
345 test_thread->Stop(); in TEST_F()
355 std::unique_ptr<Thread> test_thread( in TEST_F() local
357 test_thread->Start(); in TEST_F()
358 task_runner = test_thread->task_runner(); in TEST_F()
/external/ltp/testcases/kernel/sched/eas/
Dsched_boost.c137 pthread_t test_thread; in run() local
161 SAFE_PTHREAD_CREATE(&test_thread, NULL, test_fn, NULL); in run()
170 SAFE_PTHREAD_JOIN(test_thread, NULL); in run()
/external/grpc-grpc/test/core/gpr/
Dmpscq_test.cc68 static void test_thread(void* args) { in test_thread() function
88 thds[i] = grpc_core::Thread("grpc_mt_test", test_thread, &ta[i]); in test_mt()
158 thds[i] = grpc_core::Thread("grpc_multipop_test", test_thread, &ta[i]); in test_mt_multipop()
/external/python/cpython2/PC/VC6/
Drt.bat10 @rem rt -O -d -x test_thread
12 @rem python_d -O ../../lib/test/regrtest.py -x test_thread
Dreadme.txt170 XXX test02_SimpleLocks (bsddb.test.test_thread.HashSimpleThreaded) ...
177 XXX File "C:\Code\python\lib\bsddb\test\test_thread.py", line 268, in
/external/python/cpython2/PC/VS8.0/
Drt.bat11 rem rt -O -d -x test_thread
13 rem python_d -O ../lib/test/regrtest.py -x test_thread
/external/python/cpython2/PC/VS7.1/
Drt.bat11 rem rt -O -d -x test_thread
13 rem python_d -O ../../lib/test/regrtest.py -x test_thread
Dreadme.txt192 XXX test02_SimpleLocks (bsddb.test.test_thread.HashSimpleThreaded) ...
199 XXX File "C:\Code\python\lib\bsddb\test\test_thread.py", line 268, in
/external/python/cpython3/PCbuild/
Drt.bat14 rem rt -O -d -x test_thread
16 rem python_d -O ../lib/test/regrtest.py -x test_thread
/external/python/cpython2/PCbuild/
Drt.bat14 rem rt -O -d -x test_thread
16 rem python_d -O ../lib/test/regrtest.py -x test_thread
/external/python/cpython2/PC/VS9.0/
Drt.bat14 rem rt -O -d -x test_thread
16 rem python_d -O ../lib/test/regrtest.py -x test_thread
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py308 def test_thread(loop, debug, create_loop=False): function
322 test_thread(self.loop, True)
325 test_thread(self.loop, False)
329 test_thread(self.loop, True, create_loop=True)
332 test_thread(self.loop, False, create_loop=True)
/external/python/cpython2/Lib/bsddb/test/
Dtest_dbenv.py46 def test_thread(self) : member in DBEnv_general
/external/python/cpython2/Misc/NEWS.d/
D2.6a2.rst647 GHOP 237: Rewrite test_thread using unittest.
D2.6a1.rst4623 test_thread: setUp() now uses support.threading_setup() and
/external/python/cpython3/Misc/NEWS.d/
D3.6.2rc1.rst906 test_thread: setUp() now uses support.threading_setup() and
D3.5.4rc1.rst1025 test_thread: setUp() now uses support.threading_setup() and
D3.7.0a1.rst4968 test_thread: setUp() now uses support.threading_setup() and
/external/python/cpython2/Misc/
DHISTORY15533 * Module test_thread (in Lib/test) contains a small test set for the
/external/python/cpython3/Misc/
DHISTORY32912 * Module test_thread (in Lib/test) contains a small test set for the