Home
last modified time | relevance | path

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.py234 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/
Dchild-test.c118 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/
Dmmap18.c132 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/
Dmulti_threaded.c38 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/
Dmpscq_test.cc69 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/
Drt.bat15 rem rt -O -d -x test_thread
17 rem python_d -O ../lib/test/regrtest.py -x test_thread
/third_party/libuv/test/
Dtest-thread.c49 struct test_thread { struct
/third_party/glib/gio/tests/
Dtls-interaction.c51 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/
Dtest_base_events.py330 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/
D3.6.2rc1.rst905 test_thread: setUp() now uses support.threading_setup() and
D3.5.4rc1.rst1021 test_thread: setUp() now uses support.threading_setup() and
D3.7.0a1.rst4960 test_thread: setUp() now uses support.threading_setup() and
/third_party/boost/libs/thread/test/
DJamfile.v2291 [ thread-test test_thread.cpp ]
/third_party/python/Misc/
DHISTORY32912 * Module test_thread (in Lib/test) contains a small test set for the