Home
last modified time | relevance | path

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

/qemu/util/
H A Dthread-context.c60 switch (tc->thread_cmd) { 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()
306 tc->thread_cmd = TC_CMD_STOP; in thread_context_instance_finalize()
348 tc->thread_cmd = TC_CMD_NEW; in type_init()
352 while (tc->thread_cmd != TC_CMD_NONE) { in type_init()
/qemu/include/qemu/
H A Dthread-context.h44 int thread_cmd; member