Home
last modified time | relevance | path

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

/qemu/scripts/qemugdb/
A Dcoroutine.py26 def pthread_self(): function
41 fs_base = pthread_self()
/qemu/util/
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()
A Dcoroutine-sigaltstack.c217 pthread_kill(pthread_self(), SIGUSR2); in qemu_coroutine_new()

Completed in 8 milliseconds