Searched refs:pthread_self (Results 1 – 13 of 13) sorted by relevance
190 uint64_t pthread_self; in __on_event() local191 bpf_probe_read(&pthread_self, sizeof(pthread_self), tls_base + 0x10); in __on_event()196 event->pthread_match = pthread_created == pthread_self; in __on_event()
212 if (pthread_self() != main_thread) in sig_action_SIGUSR1()225 if (pthread_self() != main_thread) in sig_action()312 if (cpu_threads[i] == pthread_self()) in fake_cont_thread()326 if (cpu_threads[i] == pthread_self()) in cont_thread()547 main_thread = pthread_self(); in main()
45 srand(pthread_self()); in preempt_fpu_c()
45 srand(pthread_self()); in preempt_vmx_c()
76 srand(pthread_self()); in preempt_vsx_c()
66 srand(pthread_self()); in signal_fpu_c()
83 srand(pthread_self()); in signal_vmx_c()
70 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), in test_perf_buffer()
114 err = pthread_setaffinity_np(pthread_self(), sizeof(cpu_set), &cpu_set); in test_get_stack_raw_tp()
87 pthread_setaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpuset); in main()
92 self = pthread_self(); in set_affinity()
1250 thread = pthread_self(); in acpi_os_get_thread_id()
286 srand48_r(pthread_self(), &s->rand); in submitter_fn()