/linux-6.12.1/tools/testing/selftests/filesystems/epoll/ |
D | epoll_wakeup_test.c | 488 ctx.main = pthread_self(); in TEST() 531 ctx.main = pthread_self(); in TEST() 578 ctx.main = pthread_self(); in TEST() 627 ctx.main = pthread_self(); in TEST() 672 ctx.main = pthread_self(); in TEST() 715 ctx.main = pthread_self(); in TEST() 762 ctx.main = pthread_self(); in TEST() 811 ctx.main = pthread_self(); in TEST() 1216 ctx.main = pthread_self(); in TEST() 1268 ctx.main = pthread_self(); in TEST() [all …]
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | pyperf.h | 257 uint64_t pthread_self; local 258 bpf_probe_read_user(&pthread_self, sizeof(pthread_self), 265 event->pthread_match = pthread_created == pthread_self;
|
/linux-6.12.1/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 215 if (pthread_self() != main_thread) in sig_action_SIGUSR1() 228 if (pthread_self() != main_thread) in sig_action() 315 if (cpu_threads[i] == pthread_self()) in fake_cont_thread() 330 if (cpu_threads[i] == pthread_self()) in cont_thread() 552 main_thread = pthread_self(); in main()
|
/linux-6.12.1/tools/testing/selftests/powerpc/math/ |
D | fpu_preempt.c | 44 srand(pthread_self()); in preempt_fpu_c()
|
D | vmx_preempt.c | 47 srand(pthread_self()); in preempt_vmx_c()
|
D | fpu_signal.c | 64 srand(pthread_self()); in signal_fpu_c()
|
D | vsx_preempt.c | 76 srand(pthread_self()); in preempt_vsx_c()
|
D | vmx_signal.c | 83 srand(pthread_self()); in signal_vmx_c()
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | timer_lockup.c | 30 ASSERT_OK(pthread_setaffinity_np(pthread_self(), sizeof(cpuset), in timer_lockup_thread()
|
D | perf_event_stackmap.c | 86 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in test_perf_event_stackmap()
|
D | perf_link.c | 18 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in burn_cpu()
|
D | preempted_bpf_ma_op.c | 30 pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in run_alloc_prog()
|
D | htab_update.c | 57 pthread_setaffinity_np(pthread_self(), sizeof(cpus), &cpus); in htab_update_thread()
|
D | get_stack_raw_tp.c | 121 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in test_get_stack_raw_tp()
|
D | perf_branches.c | 83 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in test_perf_branches_common()
|
D | perf_buffer.c | 37 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in trigger_on_cpu()
|
D | bpf_cookie.c | 433 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in burn_cpu()
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | test_tcpnotify_user.c | 88 pthread_setaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in main()
|
/linux-6.12.1/tools/tracing/rtla/src/ |
D | timerlat_u.c | 167 pthread_setname_np(pthread_self(), proc_name); in timerlat_u_dispatcher()
|
/linux-6.12.1/tools/virtio/ringtest/ |
D | main.c | 92 self = pthread_self(); in set_affinity()
|
/linux-6.12.1/tools/power/acpi/os_specific/service_layers/ |
D | osunixxf.c | 1250 thread = pthread_self(); in acpi_os_get_thread_id()
|
/linux-6.12.1/tools/testing/selftests/kvm/ |
D | steal_time.c | 361 pthread_setaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in main()
|
/linux-6.12.1/tools/testing/selftests/timers/ |
D | posix_timers.c | 170 if (pthread_self() != ctd_thread) in ctd_sighandler()
|
/linux-6.12.1/tools/testing/selftests/kvm/aarch64/ |
D | arch_timer_edge_cases.c | 876 thread = pthread_self(); in migrate_self()
|
/linux-6.12.1/tools/tracing/latency/ |
D | latency-collector.c | 1060 r = pthread_getschedparam(pthread_self(), &policy, ¶m); in print_priority()
|