Home
last modified time | relevance | path

Searched defs:exclusive (Results 1 – 2 of 2) sorted by relevance

/qemu/util/
H A Dosdep.c256 int qemu_lock_fd(int fd, int64_t start, int64_t len, bool exclusive) in qemu_lock_fd()
266 int qemu_lock_fd_test(int fd, int64_t start, int64_t len, bool exclusive) in qemu_lock_fd_test()
/qemu/
H A Dcpu-common.c130 bool free, exclusive, done; member