Home
last modified time | relevance | path

Searched refs:pthread_self (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/linux/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c488 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 Dpyperf.h256 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 Dcoroutine.py26 def pthread_self(): function
41 fs_base = pthread_self()
/openbmc/linux/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c215 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 Dqemu-thread-posix.c514 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 Dcoroutine-sigaltstack.c217 pthread_kill(pthread_self(), SIGUSR2); in qemu_coroutine_new()
/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dfpu_preempt.c47 srand(pthread_self()); in preempt_fpu_c()
H A Dvmx_preempt.c47 srand(pthread_self()); in preempt_vmx_c()
H A Dfpu_signal.c66 srand(pthread_self()); in signal_fpu_c()
H A Dvsx_preempt.c76 srand(pthread_self()); in preempt_vsx_c()
H A Dvmx_signal.c83 srand(pthread_self()); in signal_vmx_c()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libpfm/libpfm4/
H A D0002-perf_examples-Remove-unused-sum-variable.patch40 pthread_kill(pthread_self(), SIGUSR1);
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dperf_link.c18 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in burn_cpu()
H A Dperf_event_stackmap.c86 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in test_perf_event_stackmap()
H A Dhtab_update.c57 pthread_setaffinity_np(pthread_self(), sizeof(cpus), &cpus); in htab_update_thread()
H A Dperf_branches.c83 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in test_perf_branches_common()
H A Dperf_buffer.c37 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in trigger_on_cpu()
H A Dget_stack_raw_tp.c121 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in test_get_stack_raw_tp()
H A Dbpf_cookie.c433 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in burn_cpu()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tcpnotify_user.c88 pthread_setaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in main()
/openbmc/linux/tools/tracing/rtla/src/
H A Dtimerlat_u.c167 pthread_setname_np(pthread_self(), proc_name); in timerlat_u_dispatcher()
/openbmc/linux/tools/testing/selftests/timers/
H A Dposix_timers.c192 if (pthread_self() != ctd_thread) in ctd_sighandler()
/openbmc/linux/tools/virtio/ringtest/
H A Dmain.c92 self = pthread_self(); in set_affinity()
/openbmc/linux/tools/testing/selftests/kvm/
H A Dsteal_time.c262 pthread_setaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in main()
/openbmc/linux/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c1250 thread = pthread_self(); in acpi_os_get_thread_id()

12