Home
last modified time | relevance | path

Searched defs:threads (Results 51 - 75 of 140) sorted by relevance

123456

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_cs_tpool.h48 thrd_t threads[LP_MAX_THREADS]; member
/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dmmap3.c28 static int threads = 40; variable
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
H A Dstress.c223 pthread_t threads[N * SCALABILITY_FACTOR]; in main() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
H A Dstress.c174 pthread_t threads[N * SCALABILITY_FACTOR]; in main() local
/third_party/musl/libc-test/src/functional/
H A Dtest-mallinfo.c89 pthread_t threads[SIZES_COUNT]; in test_different_threads() local
H A Dtest-malloc-info-stats-print.h38 char threads[SIZES_COUNT][MAX_TID_LEN + 1]; member
115 pthread_t threads[SIZES_COUNT]; in get_different_threads_test_results() local
[all...]
/third_party/vk-gl-cts/external/glslang/
H A Dosinclude.cpp94 void OS_WaitForAllThreads (void* threads, int numThreads) in OS_WaitForAllThreads() argument
/third_party/skia/src/core/
H A DSkExecutor.cpp73 explicit SkThreadPool(int threads, bool allowBorrowing) : fAllowBorrowing(allowBorrowing) { in SkThreadPool() argument
142 std::unique_ptr<SkExecutor> SkExecutor::MakeFIFOThreadPool(int threads, bool allowBorrowing) { in MakeFIFOThreadPool() argument
147 std::unique_ptr<SkExecutor> SkExecutor::MakeLIFOThreadPool(int threads, bool allowBorrowing) { in MakeLIFOThreadPool() argument
[all...]
/third_party/skia/tests/
H A DStringTest.cpp279 std::thread threads[5]; in DEF_TEST() local
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-multithread.c99 pthread_t *threads = calloc (num_threads, sizeof (pthread_t)); in test_body() local
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Dprocess_dump_test.cpp108 auto threads = process->GetOtherThreads(); in HWTEST_F() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/formatter/
H A Ddfx_json_formatter.cpp74 Json::Value threads; in FormatJsonStack() local
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtStabilityTest/src/
H A Dhdi_stability_test.cpp133 std::vector<std::thread> threads; in HWTEST_F() local
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtStabilityTest/src/
H A Dhdi_stability_test.cpp132 std::vector<std::thread> threads; in HWTEST_F() local
/third_party/googletest/googlemock/test/
H A Dgmock_stress_test.cc194 ThreadWithParam<Dummy>* threads[kTestThreads] = {}; in TEST() local
[all...]
/third_party/libuv/test/
H A Dtest-thread.c171 struct test_thread threads[8]; in TEST_IMPL() local
203 uv_thread_t threads[ in TEST_IMPL() local
[all...]
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dthreads.c134 pthread_t threads[N_THREADS]; in main() local
/third_party/musl/libc-test/src/regression/
H A Dpthread_cond-smasher.c60 threads = 10, enumerator
[all...]
/third_party/ltp/testcases/kernel/fs/openfile/
H A Dopenfile.c206 void *threads(void *thread_id_) threads() function
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D1-6.c100 pthread_t threads[n_threads]; in run_hp_threads() local
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgetaddrinfo.c304 pthread_t *threads = (pthread_t *) malloc(sizeof(pthread_t) * num_threads); in do_test_concurrently() local
/third_party/node/deps/openssl/openssl/
H A DConfigure2954 sub threads { global() subroutine
[all...]
/third_party/openssl/
H A DConfigure2949 sub threads { global() subroutine
[all...]
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
H A Dsignal_handler_test.cpp353 std::vector<std::thread> threads; in HWTEST_F() local
383 std::vector<std::thread> threads; in HWTEST_F() local
506 std::vector<std::thread> threads; in HWTEST_F() local
/base/security/huks/test/reliability/src/
H A Dthree_stage_multi_thread.cpp236 std::vector<std::thread> threads; in ThreeStageTest() local
275 std::vector<std::thread> threads; in HWTEST_F() local

Completed in 13 milliseconds

123456