Searched refs:pthread_self (Results 1 – 23 of 23) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/filesystems/epoll/ |
A 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.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | pyperf.h | 255 uint64_t pthread_self; in __on_event() local 256 bpf_probe_read_user(&pthread_self, sizeof(pthread_self), in __on_event() 263 event->pthread_match = pthread_created == pthread_self; in __on_event()
|
/linux-6.3-rc2/tools/testing/selftests/mqueue/ |
A 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() 329 if (cpu_threads[i] == pthread_self()) in cont_thread() 550 main_thread = pthread_self(); in main()
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/math/ |
A D | fpu_preempt.c | 45 srand(pthread_self()); in preempt_fpu_c()
|
A D | vmx_preempt.c | 45 srand(pthread_self()); in preempt_vmx_c()
|
A D | fpu_signal.c | 66 srand(pthread_self()); in signal_fpu_c()
|
A D | vsx_preempt.c | 76 srand(pthread_self()); in preempt_vsx_c()
|
A D | vmx_signal.c | 83 srand(pthread_self()); in signal_vmx_c()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | perf_event_stackmap.c | 85 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in test_perf_event_stackmap()
|
A D | perf_link.c | 18 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in burn_cpu()
|
A D | htab_update.c | 57 pthread_setaffinity_np(pthread_self(), sizeof(cpus), &cpus); in htab_update_thread()
|
A D | perf_branches.c | 83 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in test_perf_branches_common()
|
A D | perf_buffer.c | 37 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in trigger_on_cpu()
|
A D | get_stack_raw_tp.c | 121 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in test_get_stack_raw_tp()
|
A D | bpf_cookie.c | 357 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in burn_cpu()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | test_tcpnotify_user.c | 88 pthread_setaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in main()
|
A D | test_progs.c | 342 err = pthread_setaffinity_np(pthread_self(), sizeof(cpuset), &cpuset); in reset_affinity()
|
/linux-6.3-rc2/tools/virtio/ringtest/ |
A D | main.c | 92 self = pthread_self(); in set_affinity()
|
/linux-6.3-rc2/tools/testing/selftests/kvm/ |
A D | steal_time.c | 262 pthread_setaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in main()
|
/linux-6.3-rc2/tools/power/acpi/os_specific/service_layers/ |
A D | osunixxf.c | 1250 thread = pthread_self(); in acpi_os_get_thread_id()
|
/linux-6.3-rc2/tools/io_uring/ |
A D | io_uring-bench.c | 286 srand48_r(pthread_self(), &s->rand); in submitter_fn()
|
/linux-6.3-rc2/tools/tracing/latency/ |
A D | latency-collector.c | 1060 r = pthread_getschedparam(pthread_self(), &policy, ¶m); in print_priority()
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-record.c | 2105 rec->thread_id = pthread_self(); in record__setup_sb_evlist()
|
Completed in 49 milliseconds