Searched refs:pthread_self (Results 1 – 3 of 3) sorted by relevance
16 def pthread_self(): function22 fs_base = pthread_self()
366 pthread_setname_np(pthread_self(), qemu_thread_args->name); in qemu_event_init() 370 pthread_set_name_np(pthread_self(), qemu_thread_args->name); in qemu_event_init() 515 thread->thread = pthread_self(); in qemu_thread_start() 520 return pthread_equal(pthread_self(), thread->thread); in qemu_thread_start()
217 pthread_kill(pthread_self(), SIGUSR2); in qemu_coroutine_new()