/openbmc/linux/tools/testing/selftests/filesystems/epoll/ |
H 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 …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | pyperf.h | 256 uint64_t pthread_self; local 257 bpf_probe_read_user(&pthread_self, sizeof(pthread_self), 264 event->pthread_match = pthread_created == pthread_self;
|
/openbmc/qemu/scripts/qemugdb/ |
H A D | coroutine.py | 26 def pthread_self(): function 41 fs_base = pthread_self()
|
/openbmc/linux/tools/testing/selftests/mqueue/ |
H 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()
|
/openbmc/qemu/util/ |
H A D | qemu-thread-posix.c | 514 pthread_setname_np(pthread_self(), qemu_thread_args->name); in qemu_thread_start() 518 pthread_set_name_np(pthread_self(), qemu_thread_args->name); in qemu_thread_start() 663 thread->thread = pthread_self(); in qemu_thread_get_self() 668 return pthread_equal(pthread_self(), thread->thread); in qemu_thread_is_self()
|
H A D | coroutine-sigaltstack.c | 217 pthread_kill(pthread_self(), SIGUSR2); in qemu_coroutine_new()
|
/openbmc/linux/tools/testing/selftests/powerpc/math/ |
H A D | fpu_preempt.c | 47 srand(pthread_self()); in preempt_fpu_c()
|
H A D | vmx_preempt.c | 47 srand(pthread_self()); in preempt_vmx_c()
|
H A D | fpu_signal.c | 66 srand(pthread_self()); in signal_fpu_c()
|
H A D | vsx_preempt.c | 76 srand(pthread_self()); in preempt_vsx_c()
|
H A D | vmx_signal.c | 83 srand(pthread_self()); in signal_vmx_c()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libpfm/libpfm4/ |
H A D | 0002-perf_examples-Remove-unused-sum-variable.patch | 40 pthread_kill(pthread_self(), SIGUSR1);
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | perf_link.c | 18 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in burn_cpu()
|
H A D | perf_event_stackmap.c | 86 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in test_perf_event_stackmap()
|
H A D | htab_update.c | 57 pthread_setaffinity_np(pthread_self(), sizeof(cpus), &cpus); in htab_update_thread()
|
H A D | perf_branches.c | 83 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in test_perf_branches_common()
|
H A D | perf_buffer.c | 37 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in trigger_on_cpu()
|
H 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()
|
H A D | bpf_cookie.c | 433 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in burn_cpu()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_tcpnotify_user.c | 88 pthread_setaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in main()
|
/openbmc/linux/tools/tracing/rtla/src/ |
H A D | timerlat_u.c | 167 pthread_setname_np(pthread_self(), proc_name); in timerlat_u_dispatcher()
|
/openbmc/linux/tools/testing/selftests/timers/ |
H A D | posix_timers.c | 192 if (pthread_self() != ctd_thread) in ctd_sighandler()
|
/openbmc/linux/tools/virtio/ringtest/ |
H A D | main.c | 92 self = pthread_self(); in set_affinity()
|
/openbmc/linux/tools/testing/selftests/kvm/ |
H A D | steal_time.c | 262 pthread_setaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in main()
|
/openbmc/linux/tools/power/acpi/os_specific/service_layers/ |
H A D | osunixxf.c | 1250 thread = pthread_self(); in acpi_os_get_thread_id()
|