Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/qemugdb/
H A Dcoroutine.py16 def pthread_self(): function
22 fs_base = pthread_self()
/openbmc/qemu/util/
H A Dqemu-thread-posix.c366 pthread_setname_np(pthread_self(), qemu_thread_args->name); in qemu_thread_start()
370 pthread_set_name_np(pthread_self(), qemu_thread_args->name); in qemu_thread_start()
515 thread->thread = pthread_self(); in qemu_thread_get_self()
520 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/openbmc/meta-openembedded/meta-oe/recipes-kernel/libpfm/libpfm4/
H A D0002-perf_examples-Remove-unused-sum-variable.patch40 pthread_kill(pthread_self(), SIGUSR1);