Home
last modified time | relevance | path

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

/hypervisor/debug/
A Dshell.c799 char vcpu_state_str[32], thread_state_str[32]; in shell_list_vcpu() local
829 (void)strncpy_s(thread_state_str, 32U, "RUNNING", 32U); in shell_list_vcpu()
832 (void)strncpy_s(thread_state_str, 32U, "RUNNABLE", 32U); in shell_list_vcpu()
835 (void)strncpy_s(thread_state_str, 32U, "BLOCKED", 32U); in shell_list_vcpu()
838 (void)strncpy_s(thread_state_str, 32U, "UNKNOWN", 32U); in shell_list_vcpu()
851 vcpu_state_str, thread_state_str); in shell_list_vcpu()

Completed in 4 milliseconds