OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qemu_thread_equal
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
qemu-thread.h
41
int
qemu_thread_equal
(QemuThread *thread1, QemuThread *thread2);
qemu-thread.c
184
int
qemu_thread_equal
(QemuThread *thread1, QemuThread *thread2)
function
cpus.c
540
if (!
qemu_thread_equal
(&me, &io_thread)) {
Completed in 15 milliseconds