/external/linux-kselftest/tools/testing/selftests/rseq/ |
D | basic_percpu_ops_test.c | 115 pthread_t test_threads[num_threads]; in test_percpu_spinlock() local 122 pthread_create(&test_threads[i], NULL, in test_percpu_spinlock() 126 pthread_join(test_threads[i], NULL); in test_percpu_spinlock() 242 pthread_t test_threads[200]; in test_percpu_list() local 266 pthread_create(&test_threads[i], NULL, in test_percpu_list() 270 pthread_join(test_threads[i], NULL); in test_percpu_list()
|
D | param_test.c | 398 pthread_t test_threads[num_threads]; in test_percpu_spinlock() local 410 ret = pthread_create(&test_threads[i], NULL, in test_percpu_spinlock() 421 ret = pthread_join(test_threads[i], NULL); in test_percpu_spinlock() 473 pthread_t test_threads[num_threads]; in test_percpu_inc() local 485 ret = pthread_create(&test_threads[i], NULL, in test_percpu_inc() 496 ret = pthread_join(test_threads[i], NULL); in test_percpu_inc() 622 pthread_t test_threads[num_threads]; in test_percpu_list() local 646 ret = pthread_create(&test_threads[i], NULL, in test_percpu_list() 656 ret = pthread_join(test_threads[i], NULL); in test_percpu_list() 813 pthread_t test_threads[num_threads]; in test_percpu_buffer() local [all …]
|
/external/grpc-grpc/test/cpp/interop/ |
D | http2_client.cc | 161 std::vector<std::thread> test_threads; in DoMaxStreams() local 164 test_threads.emplace_back( in DoMaxStreams() 168 for (auto it = test_threads.begin(); it != test_threads.end(); it++) { in DoMaxStreams()
|
D | stress_test.cc | 263 std::vector<std::thread> test_threads; in main() local 307 test_threads.emplace_back(std::thread( in main() 324 for (auto it = test_threads.begin(); it != test_threads.end(); it++) { in main()
|
/external/jemalloc_new/msvc/ |
D | jemalloc_vc2015.sln | 13 …ct("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_threads", "projects\vc2015\test_threads\test_…
|
D | jemalloc_vc2017.sln | 13 …ct("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_threads", "projects\vc2017\test_threads\test_…
|
/external/jemalloc/msvc/ |
D | jemalloc_vc2015.sln | 13 …ct("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_threads", "projects\vc2015\test_threads\test_…
|
/external/jemalloc_new/msvc/test_threads/ |
D | test_threads.h | 3 int test_threads();
|
D | test_threads_main.cpp | 9 int rc = test_threads(); in main()
|
D | test_threads.cpp | 19 int test_threads() { in test_threads() function
|
/external/jemalloc/msvc/projects/vc2015/test_threads/ |
D | test_threads.h | 3 int test_threads();
|
D | test_threads_main.cpp | 10 int rc = test_threads(); in main()
|
D | test_threads.cpp | 19 int test_threads() in test_threads() function
|
/external/python/cpython2/Lib/test/ |
D | test_gdb.py | 787 def test_threads(self): member in PyBtTests
|
D | test_io.py | 1005 def test_threads(self): member in BufferedReaderTest 1317 def test_threads(self): member in BufferedWriterTest 1723 def test_threads(self): member in BufferedRandomTest 1724 BufferedReaderTest.test_threads(self) 1725 BufferedWriterTest.test_threads(self)
|
/external/python/cpython3/Lib/test/ |
D | test_gdb.py | 802 def test_threads(self): member in PyBtTests
|
D | test_io.py | 1422 def test_threads(self): member in BufferedReaderTest 1770 def test_threads(self): member in BufferedWriterTest 2194 def test_threads(self): member in BufferedRandomTest 2195 BufferedReaderTest.test_threads(self) 2196 BufferedWriterTest.test_threads(self)
|
/external/ltp/doc/ |
D | test-writing-guidelines.txt | 593 static void test_threads(void)
|