#[unsafe(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.
#[unsafe(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.