Home
last modified time | relevance | path

Searched refs:threads (Results 1 - 11 of 11) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
H A Dthread_pool.h35 ThreadPool(size_t threads = TASK_NUM) in ThreadPool()
38 for (size_t i = 0; i < threads; ++i) in ThreadPool()
92 // need to keep track of threads so we can join them
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/cpu_data_parser/
H A Dpbreader_cpu_data_parser.cpp69 row.threads = (*itor)->processNum_; in Finish()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/utils/
H A Dfile_utils_test.cpp617 std::vector<std::thread> threads; in HWTEST_F() local
624 threads.emplace_back(Worker, inputFile, outputFile, length); in HWTEST_F()
627 for (auto& thread : threads) { in HWTEST_F()
631 printf("All threads completed.\n"); in HWTEST_F()
/developtools/hiperf/demo/cpp/
H A Dhiperf_example_cmd.cpp333 printf("run %d threads for %d second with %d stack level\n", option.numThreads, option.second, in RunSampleThread()
337 std::thread threads[option.numThreads]; in RunSampleThread() local
339 threads[count] = std::thread(ExampleThread, option); in RunSampleThread()
342 threads[count].join(); in RunSampleThread()
390 printf(" threads will sleep <milliseconds> per second, default is 0.\n"); in Help()
/developtools/hiperf/test/unittest/common/native/
H A Dperf_events_test.cpp42 static void RunTestThreads(std::vector<std::thread> &threads);
115 void PerfEventsTest::RunTestThreads(std::vector<std::thread> &threads) in RunTestThreads() argument
118 threads.emplace_back(std::thread(&TestCodeThread)); in RunTestThreads()
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/process_parser/
H A Dpbreader_process_parser.cpp96 row.threads = (*itor)->cpuUsageData_->threadSum; in Finish()
/developtools/smartperf_host/trace_streamer/src/rpc/
H A Dffrt_converter.cpp354 for (auto &[pid, threads] : ffrtPidMap_) { in ClassifyContextForFfrtWorker()
355 for (const auto &thread : threads) { in ClassifyContextForFfrtWorker()
364 for (auto &[pid, threads] : ffrtPidMap_) { in ConvertFfrtThreadToFfrtTask()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
H A Dactivity_monitor_stdtype.h82 int32_t threads = INVALID_INT32; member
123 int64_t threads = INVALID_INT64; member
H A Dactivity_monitor_stdtype.cpp109 threads_.emplace_back(liveProcessDetailRow.threads); in AppendNewData()
187 threads_.emplace_back(cpuUsageDetailRow.threads); in AppendNewData()
/developtools/smartperf_host/trace_streamer/test/unittest/table/
H A Dtable_test.cpp273 row.threads = thread; in HWTEST_F()
284 row.threads = 1; in HWTEST_F()
648 row.threads = 1; in HWTEST_F()
/developtools/ace_js2bundle/ace-loader/src/
H A DgenAbc-plugin.js579 `${initAbcEnv().join(' ')} "@${filesInfoPath}" --file-threads "${fileThreads}"`;

Completed in 11 milliseconds