Searched refs:THREAD_SIGNAL_KILL (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/kernel/include/kernel/
H A Dthread.h53 #define THREAD_SIGNAL_KILL (1 << 0) macro
/fuchsia/zircon/kernel/arch/arm64/hypervisor/
H A Dvcpu.cpp241 status = thread_->signals & THREAD_SIGNAL_KILL ? ZX_ERR_CANCELED : ZX_OK;
/fuchsia/zircon/kernel/kernel/
H A Dwait.cpp218 if (current_thread->signals & THREAD_SIGNAL_KILL) {
H A Dthread.cpp561 t->signals |= THREAD_SIGNAL_KILL;
647 if (current_thread->signals & THREAD_SIGNAL_KILL) {
891 if (current_thread->signals & THREAD_SIGNAL_KILL) {
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dvmexit.cpp156 return get_current_thread()->signals & THREAD_SIGNAL_KILL ? ZX_ERR_CANCELED : ZX_OK;

Completed in 92 milliseconds