Function panda_sys::qemu_lockcnt_count[][src]

pub unsafe extern "C" fn qemu_lockcnt_count(
    lockcnt: *mut QemuLockCnt
) -> c_uint
Expand description

qemu_lockcnt_count: query a LockCnt’s count. @lockcnt: the lockcnt to query.

Note that the count can change at any time. Still, while the lockcnt is locked, one can usefully check whether the count is non-zero.