Searched refs:threads (Results 1 - 11 of 11) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/ |
H A D | thread_pool.h | 35 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 D | pbreader_cpu_data_parser.cpp | 69 row.threads = (*itor)->processNum_; in Finish()
|
/developtools/hapsigner/hapsigntool_cpp_test/unittest/utils/ |
H A D | file_utils_test.cpp | 617 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 D | hiperf_example_cmd.cpp | 333 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 D | perf_events_test.cpp | 42 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 D | pbreader_process_parser.cpp | 96 row.threads = (*itor)->cpuUsageData_->threadSum; in Finish()
|
/developtools/smartperf_host/trace_streamer/src/rpc/ |
H A D | ffrt_converter.cpp | 354 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 D | activity_monitor_stdtype.h | 82 int32_t threads = INVALID_INT32; member 123 int64_t threads = INVALID_INT64; member
|
H A D | activity_monitor_stdtype.cpp | 109 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 D | table_test.cpp | 273 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 D | genAbc-plugin.js | 579 `${initAbcEnv().join(' ')} "@${filesInfoPath}" --file-threads "${fileThreads}"`;
|
Completed in 11 milliseconds