Searched refs:test_thread (Results 1 – 14 of 14) sorted by relevance
/third_party/grpc/src/python/grpcio_tests/tests/unit/ |
D | _metadata_flags_test.py | 234 test_thread = threading.Thread(target=test_call, 236 test_thread.daemon = True 237 test_thread.exception = None 238 test_thread.start() 239 test_threads.append(test_thread) 248 for test_thread in test_threads: 249 test_thread.join()
|
/third_party/glib/tests/ |
D | child-test.c | 118 test_thread (gpointer data) in test_thread() function 176 g_thread_create (test_thread, GINT_TO_POINTER (10), FALSE, NULL); in main() 177 g_thread_create (test_thread, GINT_TO_POINTER (20), FALSE, NULL); in main()
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap18.c | 132 pthread_t test_thread; in grow_stack() local 145 SAFE_PTHREAD_CREATE(&test_thread, &attr, check_depth_recursive, limit); in grow_stack() 146 SAFE_PTHREAD_JOIN(test_thread, NULL); in grow_stack()
|
/third_party/mesa3d/src/util/tests/sparse_array/ |
D | multi_threaded.c | 38 test_thread(void *_state) in test_thread() function 60 int ret = thrd_create(&threads[i], test_thread, &arr); in run_test()
|
/third_party/grpc/test/core/gprpp/ |
D | mpscq_test.cc | 69 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() 156 thds[i] = grpc_core::Thread("grpc_multipop_test", test_thread, &ta[i]); in test_mt_multipop()
|
/third_party/python/PCbuild/ |
D | rt.bat | 15 rem rt -O -d -x test_thread 17 rem python_d -O ../lib/test/regrtest.py -x test_thread
|
/third_party/libuv/test/ |
D | test-thread.c | 49 struct test_thread { struct
|
/third_party/glib/gio/tests/ |
D | tls-interaction.c | 51 GThread *test_thread; member 718 test->test_thread = g_thread_self (); in setup_without_loop() 724 test->interaction_thread = test->test_thread; in setup_without_loop()
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_base_events.py | 330 def test_thread(loop, debug, create_loop=False): function 344 test_thread(self.loop, True) 347 test_thread(self.loop, False) 351 test_thread(self.loop, True, create_loop=True) 354 test_thread(self.loop, False, create_loop=True)
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.2rc1.rst | 905 test_thread: setUp() now uses support.threading_setup() and
|
D | 3.5.4rc1.rst | 1021 test_thread: setUp() now uses support.threading_setup() and
|
D | 3.7.0a1.rst | 4960 test_thread: setUp() now uses support.threading_setup() and
|
/third_party/boost/libs/thread/test/ |
D | Jamfile.v2 | 291 [ thread-test test_thread.cpp ]
|
/third_party/python/Misc/ |
D | HISTORY | 32912 * Module test_thread (in Lib/test) contains a small test set for the
|