/external/libchrome/base/message_loop/ |
D | message_loop_task_runner_unittest.cc | 340 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/ |
D | sched_boost.c | 137 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/ |
D | mpscq_test.cc | 68 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/ |
D | rt.bat | 10 @rem rt -O -d -x test_thread 12 @rem python_d -O ../../lib/test/regrtest.py -x test_thread
|
D | readme.txt | 170 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/ |
D | rt.bat | 11 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/ |
D | rt.bat | 11 rem rt -O -d -x test_thread 13 rem python_d -O ../../lib/test/regrtest.py -x test_thread
|
D | readme.txt | 192 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/ |
D | rt.bat | 14 rem rt -O -d -x test_thread 16 rem python_d -O ../lib/test/regrtest.py -x test_thread
|
/external/python/cpython2/PCbuild/ |
D | rt.bat | 14 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/ |
D | rt.bat | 14 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/ |
D | test_base_events.py | 308 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/ |
D | test_dbenv.py | 46 def test_thread(self) : member in DBEnv_general
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6a2.rst | 647 GHOP 237: Rewrite test_thread using unittest.
|
D | 2.6a1.rst | 4623 test_thread: setUp() now uses support.threading_setup() and
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.2rc1.rst | 906 test_thread: setUp() now uses support.threading_setup() and
|
D | 3.5.4rc1.rst | 1025 test_thread: setUp() now uses support.threading_setup() and
|
D | 3.7.0a1.rst | 4968 test_thread: setUp() now uses support.threading_setup() and
|
/external/python/cpython2/Misc/ |
D | HISTORY | 15533 * Module test_thread (in Lib/test) contains a small test set for the
|
/external/python/cpython3/Misc/ |
D | HISTORY | 32912 * Module test_thread (in Lib/test) contains a small test set for the
|