Home
last modified time | relevance | path

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

/qemu/util/
H A Dthread-context.c29 TC_CMD_NONE = 0, enumerator
61 case TC_CMD_NONE: in thread_context_run()
64 tc->thread_cmd = TC_CMD_NONE; in thread_context_run()
73 tc->thread_cmd = TC_CMD_NONE; in thread_context_run()
352 while (tc->thread_cmd != TC_CMD_NONE) { in type_init()