Starts a new thread in this process with the given entry point and argument, and waits for it to finish, returning the exit code.
(
&self,
remote_fn: extern "system" fn(*mut T) -> u32,
parameter: *mut T,
)
source not stored for this graph (policy: none)
no test coverage detected