Searched refs:test_thread (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
H A 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/ |
H A D | sparse_array_test.cpp | 34 test_thread(void *_state) in test_thread() function 58 int ret = thrd_create(&threads[i], test_thread, &arr); in TEST()
|
/third_party/libuv/test/ |
H A D | test-thread.c | 49 struct test_thread { struct 116 struct test_thread* thread = arg; in do_work() 171 struct test_thread threads[8]; in TEST_IMPL()
|
/third_party/python/PCbuild/ |
H A 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/python/Lib/test/test_asyncio/ |
H A D | test_base_events.py | 332 def test_thread(loop, debug, create_loop=False): function 346 test_thread(self.loop, True) 349 test_thread(self.loop, False) 353 test_thread(self.loop, True, create_loop=True) 356 test_thread(self.loop, False, create_loop=True)
|
Completed in 5 milliseconds