MCPcopy Create free account
hub / github.com/OpenByteDev/dll-syringe / run_remote_thread

Method run_remote_thread

src/process/process.rs:203–229  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

for_suspended_processMethod · 0.80
ejectMethod · 0.80
callMethod · 0.80
get_procedure_addressMethod · 0.80
callMethod · 0.80
call_with_argsMethod · 0.80

Implementers 2

borrowed.rssrc/process/borrowed.rs
owned.rssrc/process/owned.rs

Calls 2

start_remote_threadMethod · 0.80
as_raw_handleMethod · 0.45

Tested by

no test coverage detected