Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/third_party/boost/libs/thread/example/
Dthread_group.cpp33 boost::thread_group threads; in main() local
40 boost::thread_group threads; in main() local
48 boost::thread_group threads; in main() local
55 boost::thread_group threads; in main() local
Donce.cpp34 boost::thread_group threads; in main() local
/third_party/boost/libs/thread/test/threads/container/
Dthread_vector_pass.cpp55 thread_vector threads; in main() local
66 thread_vector threads; in main() local
76 thread_vector threads; in main() local
86 thread_vector threads; in main() local
Dthread_ptr_list_pass.cpp62 thread_ptr_list threads; in main() local
80 thread_ptr_list threads; in main() local
/third_party/boost/libs/histogram/doc/
Dfill_boost.json45 "threads": 1, number
58 "threads": 1, number
71 "threads": 1, number
84 "threads": 1, number
97 "threads": 1, number
110 "threads": 1, number
123 "threads": 1, number
136 "threads": 1, number
149 "threads": 1, number
162 "threads": 1, number
[all …]
Dfill_root.json45 "threads": 1, number
57 "threads": 1, number
69 "threads": 1, number
81 "threads": 1, number
93 "threads": 1, number
105 "threads": 1, number
117 "threads": 1, number
129 "threads": 1, number
Dfill_gsl.json45 "threads": 1, number
57 "threads": 1, number
69 "threads": 1, number
81 "threads": 1, number
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DThreadTest.java28 private ArrayList<Worker> threads = new ArrayList<Worker>(); field in ThreadTest
83 ArrayList<Thread> threads = new ArrayList<Thread>(); in TestAnyTranslit() local
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DThreadTest.java25 private ArrayList<Worker> threads = new ArrayList<Worker>(); field in ThreadTest
80 ArrayList<Thread> threads = new ArrayList<Thread>(); in TestAnyTranslit() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dmarl_bench.h68 for (unsigned int threads = 1U; threads <= numLogicalCPUs; threads++) { in args() local
72 for (unsigned int threads = 1U; threads <= numLogicalCPUs; threads *= 2) { in args() local
Dnon_marl_bench.cpp98 std::vector<std::thread> threads; in SingleQueueTaskExecutor() local
142 std::vector<std::thread> threads; in MultiQueueTaskExecutor() local
/third_party/flutter/skia/src/core/
DSkExecutor.cpp76 explicit SkThreadPool(int threads) { in SkThreadPool()
144 std::unique_ptr<SkExecutor> SkExecutor::MakeFIFOThreadPool(int threads) { in MakeFIFOThreadPool()
148 std::unique_ptr<SkExecutor> SkExecutor::MakeLIFOThreadPool(int threads) { in MakeLIFOThreadPool()
/third_party/skia/src/core/
DSkExecutor.cpp73 explicit SkThreadPool(int threads, bool allowBorrowing) : fAllowBorrowing(allowBorrowing) { in SkThreadPool()
142 std::unique_ptr<SkExecutor> SkExecutor::MakeFIFOThreadPool(int threads, bool allowBorrowing) { in MakeFIFOThreadPool()
147 std::unique_ptr<SkExecutor> SkExecutor::MakeLIFOThreadPool(int threads, bool allowBorrowing) { in MakeLIFOThreadPool()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationThreadTest.java229 private void runThreads(Thread[] threads, Control control) { in runThreads()
262 Thread[] threads = new Thread[10]; in testThreads() local
287 Thread[] threads = new Thread[10]; in testFrozen() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThreadTest.java226 private void runThreads(Thread[] threads, Control control) { in runThreads()
259 Thread[] threads = new Thread[10]; in testThreads() local
284 Thread[] threads = new Thread[10]; in testFrozen() local
/third_party/grpc/test/core/surface/
Dconcurrent_connectivity_test.cc185 grpc_core::Thread threads[NUM_THREADS]; in run_concurrent_connectivity_test() local
210 grpc_core::Thread threads[NUM_THREADS]; in run_concurrent_connectivity_test() local
237 grpc_core::Thread threads[NUM_THREADS]; in run_concurrent_connectivity_test() local
295 grpc_core::Thread threads[NUM_THREADS]; in run_concurrent_watches_with_short_timeouts_test() local
/third_party/glib/tests/
Dthread-test.c192 GThread *threads[THREADS]; in test_g_static_private() local
282 GThread *threads[THREADS]; in test_g_static_rw_lock() local
345 GThread *threads[G_ONCE_THREADS]; in test_g_thread_once() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dthread_identity_test.cc80 std::vector<std::thread> threads; in TEST() local
110 std::vector<std::thread> threads; in TEST() local
/third_party/abseil-cpp/absl/base/internal/
Dthread_identity_test.cc80 std::vector<std::thread> threads; in TEST() local
110 std::vector<std::thread> threads; in TEST() local
/third_party/python/Doc/c-api/
Dinit.rst678 .. _threads: target in Process-wide parameters
810 .. _fork-and-threads:
/third_party/flutter/engine/flutter/fml/synchronization/
Dwaitable_event_unittest.cc74 std::vector<std::thread> threads; in TEST() local
154 std::vector<std::thread> threads; in TEST() local
/third_party/mindspore/mindspore/ccsrc/ps/random_normal/
Drandom_normal.cc45 std::vector<std::thread> threads(thread_num); in UpdateStandardDeviation() local
82 std::vector<std::thread> threads(thread_num); in InitRandomNormal() local
/third_party/boost/libs/thread/test/
Dtest_4882.cpp64 boost::thread* threads[nrThreads]; in main() local
/third_party/libuv/test/
Dtest-thread-equal.c39 uv_thread_t threads[2]; in TEST_IMPL() local
/third_party/boost/libs/thread/tutorial/
Donce.cpp26 boost::thread_group threads; in main() local

12345678910>>...13