Home
last modified time | relevance | path

Searched defs:threads (Results 126 - 150 of 166) sorted by relevance

1234567

/third_party/ffmpeg/libavcodec/
H A Dpthread_frame.c129 PerThreadContext *threads; ///< The contexts for each thread. member
[all...]
/third_party/alsa-utils/alsaloop/
H A Dalsaloop.c57 struct loopback_thread *threads; variable
[all...]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DPerfTest.java96 protected int threads; field in PerfTest
[all...]
/third_party/libuv/src/
H A Dthreadpool.c51 static uv_thread_t* threads; variable
[all...]
/third_party/ltp/testcases/kernel/mem/lib/
H A Dmem.c73 static void child_alloc(int testcase, int lite, int threads) in child_alloc() argument
128 int status, threads; in oom() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target.h264 uint32_t threads; member in nv50_ir::Target
/third_party/openssl/test/
H A Dthreadstest.c620 thread_t threads[MULTI_LOAD_THREADS]; in test_multi_load() local
/base/security/huks/test/reliability/src/
H A Dapi_pressure_test.cpp923 std::vector<std::thread> threads; in HWTEST_F() local
944 std::vector<std::thread> threads; in HWTEST_F() local
965 std::vector<std::thread> threads; in HWTEST_F() local
986 std::vector<std::thread> threads; in HWTEST_F() local
1010 std::vector<std::thread> threads; HWTEST_F() local
1040 std::vector<std::thread> threads; HWTEST_F() local
1070 std::vector<std::thread> threads; HWTEST_F() local
1091 std::vector<std::thread> threads; HWTEST_F() local
1121 std::vector<std::thread> threads; HWTEST_F() local
1151 std::vector<std::thread> threads; HWTEST_F() local
1172 std::vector<std::thread> threads; HWTEST_F() local
1211 std::vector<std::thread> threads; HWTEST_F() local
1255 std::vector<std::thread> threads; HWTEST_F() local
1298 std::vector<std::thread> threads; HWTEST_F() local
1350 std::vector<std::thread> threads; HWTEST_F() local
1386 std::vector<std::thread> threads; HWTEST_F() local
1435 std::vector<std::thread> threads; HWTEST_F() local
1471 std::vector<std::thread> threads; HWTEST_F() local
1492 std::vector<std::thread> threads; HWTEST_F() local
1513 std::vector<std::thread> threads; HWTEST_F() local
1534 std::vector<std::thread> threads; HWTEST_F() local
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H A Daudio_utils_unit_test.cpp1380 std::thread threads[THREAD_NUM]; in HWTEST() local
1434 std::thread threads[THREAD_NUM]; HWTEST() local
1500 std::thread threads[THREAD_NUM]; HWTEST() local
1548 std::thread threads[THREAD_NUM]; HWTEST() local
1597 std::thread threads[THREAD_NUM]; HWTEST() local
1653 std::thread threads[THREAD_NUM]; HWTEST() local
1703 std::thread threads[THREAD_NUM]; HWTEST() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_batch_crud_test.cpp722 std::vector<std::thread> threads; in HWTEST_F() local
H A Ddistributeddb_nb_schema_test.cpp1772 vector<thread> threads; in HWTEST_F() local
H A Ddistributeddb_nb_cursor_testcase.cpp1728 std::vector<std::thread> threads; in ResultSetDb025() local
1961 std::vector<std::thread> threads; in ResultSetDb026() local
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_genX_exec.h2071 blorp_get_compute_push_const(struct blorp_batch *batch, const struct blorp_params *params, uint32_t threads, uint32_t *state_offset, unsigned *state_size) blorp_get_compute_push_const() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuildLargeTests.cpp555 const deUint32 threads[] = { 1, 2, 3, 4, 8, std::numeric_limits<deUint32>::max() }; in createBuildLargeShaderSetTests() local
H A DvktRayTracingBuildTests.cpp726 const deUint32 threads[] = { 0, 1, 2, 3, 4, 8, std::numeric_limits<deUint32>::max() }; in createBuildTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp777 ThreadGroup threads; in iterate() local
906 ThreadGroup threads; in iterate() local
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DTests.cpp1218 std::thread threads[threadCount]; in TestMultithreading() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc69 int threads; member
46 CreatePool( int threads) CreatePool() argument
356 RunTestCommon(TestContext *cxt, void (*test)(TestContext *cxt, int), int threads, int iterations, int operations) RunTestCommon() argument
381 RunTest(void (*test)(TestContext *cxt, int), int threads, int iterations, int operations) RunTest() argument
392 RunTestWithInvariantDebugging(void (*test)(TestContext *cxt, int), int threads, int iterations, int operations, void (*invariant)(void *)) RunTestWithInvariantDebugging() argument
1615 int threads = GetParam(); global() local
1629 int threads = GetParam(); global() local
1643 int threads = GetParam(); global() local
1650 int threads = GetParam(); global() local
1664 int threads = GetParam(); global() local
1671 int threads = GetParam(); global() local
1679 int threads = 2; // TestSignal must use two threads global() local
1686 int threads = 10; // Use a fixed thread count of 10 global() local
1694 int threads = 10; // Use a fixed thread count of 10 global() local
1701 int threads = 10; // Use a fixed thread count of 10 global() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuildLargeTests.cpp554 const deUint32 threads[] = { 1, 2, 3, 4, 8, std::numeric_limits<deUint32>::max() }; in createBuildLargeShaderSetTests() local
H A DvktRayTracingBuildTests.cpp718 const deUint32 threads[] = { 0, 1, 2, 3, 4, 8, std::numeric_limits<deUint32>::max() }; in createBuildTests() local
H A DvktRayTracingPipelineLibraryTests.cpp558 std::vector<deThread> threads; in runTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp777 ThreadGroup threads; in iterate() local
906 ThreadGroup threads; in iterate() local
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp886 void createThreads (vector<TestThread*>& threads, int threadCount, int perThreadContextCount, vector<TestContext*>& contexts, const Library& egl) in createThreads() argument
904 void destroyThreads (vector<TestThread*>& threads) in destroyThreads() argument
915 void startThreads (vector<TestThread*>& threads) in startThreads() argument
921 joinThreads(vector<TestThread*>& threads) joinThreads() argument
927 threadResultsOk(const vector<TestThread*>& threads) threadResultsOk() argument
1038 vector<TestThread*> threads; iterate() local
1071 createTestName(int threads, int perThreadContextCount) createTestName() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_interfaces_relational_sync_test.cpp1291 vector<thread> threads; in HWTEST_F() local
/third_party/glslang/StandAlone/
H A DStandAlone.cpp1717 std::array<std::thread, 16> threads; in singleMain() local

Completed in 46 milliseconds

1234567