#[no_mangle]
pub unsafe extern "C-unwind" fn shim_threadSharedMem() -> *const ShimShmemThread
Expand description
This thread’s IPC channel. Panics if it hasn’t been initialized yet.
§Safety
The returned pointer must not outlive the current thread.
#[no_mangle]
pub unsafe extern "C-unwind" fn shim_threadSharedMem() -> *const ShimShmemThread
This thread’s IPC channel. Panics if it hasn’t been initialized yet.
The returned pointer must not outlive the current thread.