/kernel/linux/linux-6.6/kernel/ |
H A D | cpu.c | 632 * If enabled, take the architecture requested number of threads in cpu_smt_set_num_threads() 1026 * The cpu hotplug threads manage the bringup and teardown of the cpus 1292 * Main thread might exit, but other threads may still have in clear_tasks_mm_cpumask() 1341 /* Park the smpboot threads */ in takedown_cpu() 1890 * reasons. Bring the primary threads up first. in cpuhp_bringup_cpus_parallel() 2094 .name = "threads:prepare", 2237 /* Handle smpboot threads park/unpark */ 2239 .name = "smpboot/threads:online", 2705 * from a higher to lower number of SMT threads per core. in cpuhp_smt_disable() 2923 static bool cpu_smt_num_threads_valid(unsigned int threads) in cpu_smt_num_threads_valid() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-report.c | 898 * No locking needed while accessing machine->threads, in tasks_print() 902 /* Count all the threads. */ in tasks_print() 904 nr += machine->threads[i].nr; in tasks_print() 911 struct threads *threads = &machine->threads[i]; in tasks_print() local 913 for (nd = rb_first_cached(&threads->entries); nd; in tasks_print() 1259 OPT_BOOLEAN('T', "threads", &report.show_threads, in cmd_report()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateFormatRegressionTest.java | 1531 Thread[] threads = new Thread[10]; in TestT11363() 1540 for (int i = 0; i < threads.length; i++) { in TestT11363() 1551 threads[i] = new TestThread(fmt, d); in TestT11363() 1554 for (Thread t : threads) { in TestT11363() 1558 for (Thread t : threads) { in TestT11363()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateFormatRegressionTest.java | 1534 Thread[] threads = new Thread[10]; in TestT11363() 1543 for (int i = 0; i < threads.length; i++) { in TestT11363() 1554 threads[i] = new TestThread(fmt, d); in TestT11363() 1557 for (Thread t : threads) { in TestT11363() 1561 for (Thread t : threads) { in TestT11363()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_kv_concurrency_crud_test.cpp | 195 * @tc.steps: step2. create 6 threads and read data from db concurrently for 10s. in HWTEST_F() 228 std::vector<std::thread> threads; in StartRandThread() local 284 * @tc.steps: step2. create 6 threads, read and write data concurrently for 10s. in HWTEST_F() 316 * @tc.steps: step2. create 6 threads to write and create 4 threads to delete data concurrently for 10s. in HWTEST_F()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | smp.c | 12 #include <linux/threads.h> 39 /* Representing the threads (siblings) of each logical CPU */
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | kvm_host.h | 16 #include <linux/threads.h>
|
H A D | stackframe.h | 8 #include <linux/threads.h>
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xics/ |
H A D | xics-common.c | 6 #include <linux/threads.h>
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/ |
H A D | pgtable.h | 9 #include <linux/threads.h>
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | process.c | 25 #include <linux/threads.h>
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | leon_smp.c | 14 #include <linux/threads.h>
|
H A D | cpu.c | 13 #include <linux/threads.h>
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | fault_32.c | 17 #include <linux/threads.h>
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | swsusp_asm64.S | 8 #include <linux/threads.h>
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | sparc-us2e-cpufreq.c | 15 #include <linux/threads.h>
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | stackframe.h | 8 #include <linux/threads.h>
|
/kernel/linux/linux-6.6/arch/csky/kernel/ |
H A D | entry.S | 11 #include <linux/threads.h>
|
/kernel/linux/linux-6.6/arch/microblaze/include/asm/ |
H A D | pgtable.h | 23 #include <linux/threads.h>
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/ |
H A D | pgtable.h | 9 #include <linux/threads.h>
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xics/ |
H A D | xics-common.c | 6 #include <linux/threads.h>
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | irq.c | 30 #include <linux/threads.h>
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | cpu.c | 13 #include <linux/threads.h>
|
H A D | leon_smp.c | 14 #include <linux/threads.h>
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | process.c | 25 #include <linux/threads.h>
|