Home
last modified time | relevance | path

Searched refs:test_threads (Results 1 – 18 of 18) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/rseq/
Dbasic_percpu_ops_test.c115 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()
Dparam_test.c398 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/
Dhttp2_client.cc161 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()
Dstress_test.cc263 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/
Djemalloc_vc2015.sln13 …ct("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_threads", "projects\vc2015\test_threads\test_…
Djemalloc_vc2017.sln13 …ct("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_threads", "projects\vc2017\test_threads\test_…
/external/jemalloc/msvc/
Djemalloc_vc2015.sln13 …ct("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_threads", "projects\vc2015\test_threads\test_…
/external/jemalloc_new/msvc/test_threads/
Dtest_threads.h3 int test_threads();
Dtest_threads_main.cpp9 int rc = test_threads(); in main()
Dtest_threads.cpp19 int test_threads() { in test_threads() function
/external/jemalloc/msvc/projects/vc2015/test_threads/
Dtest_threads.h3 int test_threads();
Dtest_threads_main.cpp10 int rc = test_threads(); in main()
Dtest_threads.cpp19 int test_threads() in test_threads() function
/external/python/cpython2/Lib/test/
Dtest_gdb.py787 def test_threads(self): member in PyBtTests
Dtest_io.py1005 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/
Dtest_gdb.py802 def test_threads(self): member in PyBtTests
Dtest_io.py1422 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/
Dtest-writing-guidelines.txt593 static void test_threads(void)