Home
last modified time | relevance | path

Searched defs:threads (Results 1 - 25 of 166) sorted by relevance

1234567

/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dstrerror_test.cc77 std::vector<std::thread> threads; in TEST() local
H A Dsysinfo_test.cc76 std::vector<std::thread> threads; in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dbarrier_test.cc45 std::vector<std::thread> threads; in TEST() local
/third_party/ffmpeg/libavcodec/
H A Dlibjxl.c33 size_t ff_libjxl_get_threadcount(int threads) in ff_libjxl_get_threadcount() argument
/third_party/libuv/test/
H A Dtest-thread-equal.c39 uv_thread_t threads[2]; in TEST_IMPL() local
H A Dtest-barrier.c132 uv_thread_t threads[4]; in TEST_IMPL() local
H A Dtest-thread-affinity.c57 uv_thread_t threads[3]; in TEST_IMPL() local
[all...]
/third_party/libuv/docs/code/locks/
H A Dmain.c44 uv_thread_t threads[3]; in main() local
/third_party/ltp/lib/newlib_tests/
H A Dtest08.c48 pthread_t threads[THREADS]; in do_test() local
H A Dtest09.c32 pthread_t threads[THREADS]; in do_test() local
H A Dtest15.c96 pthread_t threads[THREADS + 1]; in do_test() local
/third_party/skia/src/core/
H A DSkTaskGroup.cpp46 SkTaskGroup::Enabler::Enabler(int threads) { in Enabler() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dcall_once_test.cc70 std::vector<std::thread> threads; in TEST() local
/third_party/vulkan-loader/tests/live_verification/
H A Dmacos_static_loader_build.cpp77 std::vector<std::thread> threads; in main() local
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dstring_utils_test.cpp84 std::vector<std::thread> threads; in TestThread() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Ddispatcher_impl.cpp27 DispatcherImpl::DispatcherImpl(const IThreadPool::Ptr& threads) : queue_(threads) {} in DispatcherImpl() argument
H A Dsequential_impl.cpp27 SequentialImpl::SequentialImpl(const IThreadPool::Ptr& threads) : queue_(threads) {} in SequentialImpl() argument
H A Dparallel_impl.cpp27 ParallelImpl::ParallelImpl(const IThreadPool::Ptr& threads) : queue_(threads) {} in ParallelImpl() argument
/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_manager.h38 std::unordered_map<WorkerThread*, std::unique_ptr<WorkerThread>> threads; member
/foundation/resourceschedule/frame_aware_sched/test/unittest/phone/
H A Drtg_interface_test.cpp398 vector<int> threads; in HWTEST_F() local
426 vector<int> threads; in HWTEST_F() local
/third_party/elfutils/tests/
H A Ddwfl-proc-attach.c66 int *threads = (int *) thread_arg; in thread_callback() local
96 int threads = 0; in main() local
/third_party/ffmpeg/libavutil/tests/
H A Dcpu.c106 char threads[5] = "auto"; in main() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DThreadTest.java28 private ArrayList<Worker> threads = new ArrayList<Worker>(); field in ThreadTest
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DThreadTest.java25 private ArrayList<Worker> threads = new ArrayList<Worker>(); field in ThreadTest
/third_party/mesa3d/src/gallium/tests/unit/
H A Dpipe_barrier_test.c50 static thrd_t threads[NUM_THREADS]; variable

Completed in 6 milliseconds

1234567