OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qemu_mutex_timedlock
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
qemu-thread.h
26
int
qemu_mutex_timedlock
(QemuMutex *mutex, uint64_t msecs);
qemu-thread.c
70
int
qemu_mutex_timedlock
(QemuMutex *mutex, uint64_t msecs)
function
cpus.c
420
if (!
qemu_mutex_timedlock
(&qemu_global_mutex, msecs))
Completed in 167 milliseconds