Home
last modified time | relevance | path

Searched defs:threads (Results 76 - 100 of 165) sorted by relevance

1234567

/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/functional/
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/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
/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_utils.cpp358 std::vector<std::thread> threads; in CloneBuffer() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Dtask_queue_factory.cpp145 auto threads = array_view<ThreadContext>(threads_.get(), threadCount_); in ThreadPool() local
314 auto threads = array_view(threads_.get(), threadCount_); in Stop() local
328 auto threads = array_view(threads_.get(), threadCount_); in Stop() local
/foundation/communication/ipc/ipc/test/moduletest/native/common/
H A Dipc_core_module_test.cpp732 std::vector<std::unique_ptr<std::thread>> threads; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_autolaunch_test.cpp604 vector<thread> threads; in HWTEST_F() local
H A Ddistributeddb_kv_backup_test.cpp1030 std::vector<std::thread> threads; in HWTEST_F() local
H A Ddistributeddb_kv_concurrency_crud_test.cpp228 std::vector<std::thread> threads; in StartRandThread() local
H A Ddistributeddb_nb_enable_sync_by_closed_db_test.cpp593 vector<thread> threads; in HWTEST_F() local
/third_party/ffmpeg/libavcodec/
H A Dlibdav1d.c215 int threads = c->thread_count; in libdav1d_init() local
217 int threads = (c->thread_count ? c->thread_count : av_cpu_count()) * 3 / 2; in libdav1d_init() local
[all...]
/third_party/benchmark/src/
H A Dbenchmark_api_internal.h41 int threads() const { return threads_; } in threads() function in benchmark::internal::BenchmarkInstance
/third_party/libuv/test/
H A Dtest-metrics.c112 uv_thread_t threads[5]; in TEST_IMPL() local
/third_party/mbedtls/programs/ssl/
H A Dssl_pthread_server.c95 static pthread_info_t threads[MAX_NUM_THREADS]; variable
[all...]
/third_party/ltp/testcases/cve/
H A Dcve-2015-3290.c402 pthread_t *threads; in do_child() local
/third_party/mesa3d/src/util/
H A Du_queue.h212 thrd_t *threads; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_priv.h128 thrd_t threads[LP_MAX_THREADS]; member
/third_party/ltp/testcases/kernel/sched/pthreads/
H A Dpth_str03.c51 pthread_t *threads; /* dynamic array of thread id of kids */ member
[all...]
/third_party/ltp/testcases/misc/math/float/
H A Dmain.c69 pthread_t *threads; variable
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
H A Dstress.c117 pthread_t threads[10]; /* The 10 threads */ member
[all...]

Completed in 19 milliseconds

1234567