#[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.
#[no_mangle]
pub unsafe extern "C-unwind" fn shimshmemhost_lock(
host: *const ShimShmemHost,
) -> *mut ShimShmemHostLock
host
must be valid. The returned pointer must not be accessed from other threads.