/third_party/boost/libs/thread/example/ |
D | thread_group.cpp | 33 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
|
D | once.cpp | 34 boost::thread_group threads; in main() local
|
/third_party/boost/libs/thread/test/threads/container/ |
D | thread_vector_pass.cpp | 55 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
|
D | thread_ptr_list_pass.cpp | 62 thread_ptr_list threads; in main() local 80 thread_ptr_list threads; in main() local
|
/third_party/boost/libs/histogram/doc/ |
D | fill_boost.json | 45 "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 …]
|
D | fill_root.json | 45 "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
|
D | fill_gsl.json | 45 "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/ |
D | ThreadTest.java | 28 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/ |
D | ThreadTest.java | 25 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/ |
D | marl_bench.h | 68 for (unsigned int threads = 1U; threads <= numLogicalCPUs; threads++) { in args() local 72 for (unsigned int threads = 1U; threads <= numLogicalCPUs; threads *= 2) { in args() local
|
D | non_marl_bench.cpp | 98 std::vector<std::thread> threads; in SingleQueueTaskExecutor() local 142 std::vector<std::thread> threads; in MultiQueueTaskExecutor() local
|
/third_party/flutter/skia/src/core/ |
D | SkExecutor.cpp | 76 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/ |
D | SkExecutor.cpp | 73 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/ |
D | CollationThreadTest.java | 229 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/ |
D | CollationThreadTest.java | 226 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/ |
D | concurrent_connectivity_test.cc | 185 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/ |
D | thread-test.c | 192 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/ |
D | thread_identity_test.cc | 80 std::vector<std::thread> threads; in TEST() local 110 std::vector<std::thread> threads; in TEST() local
|
/third_party/abseil-cpp/absl/base/internal/ |
D | thread_identity_test.cc | 80 std::vector<std::thread> threads; in TEST() local 110 std::vector<std::thread> threads; in TEST() local
|
/third_party/python/Doc/c-api/ |
D | init.rst | 678 .. _threads: target in Process-wide parameters 810 .. _fork-and-threads:
|
/third_party/flutter/engine/flutter/fml/synchronization/ |
D | waitable_event_unittest.cc | 74 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/ |
D | random_normal.cc | 45 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/ |
D | test_4882.cpp | 64 boost::thread* threads[nrThreads]; in main() local
|
/third_party/libuv/test/ |
D | test-thread-equal.c | 39 uv_thread_t threads[2]; in TEST_IMPL() local
|
/third_party/boost/libs/thread/tutorial/ |
D | once.cpp | 26 boost::thread_group threads; in main() local
|