shadow_shim_helper_rs::shim_shmem::export

Function shimshmemhost_lock

source
#[no_mangle]
pub unsafe extern "C-unwind" fn shimshmemhost_lock(
    host: *const ShimShmemHost,
) -> *mut ShimShmemHostLock
Expand description

ยงSafety

host must be valid. The returned pointer must not be accessed from other threads.