Method

GumStalkerrun_on_thread_sync

Declaration [src]

gboolean
gum_stalker_run_on_thread_sync (
  GumStalker* self,
  GumThreadId thread_id,
  GumStalkerRunOnThreadFunc func,
  gpointer data
)

Description [src]

Synchronously runs func on the specified thread.

Parameters

thread_id

Type: GumThreadId

The thread to run on.

func

Type: GumStalkerRunOnThreadFunc

Function to run on the thread.

data

Type: gpointer

Data to pass to func.

The argument can be NULL.
The data is owned by the caller of the method.

Return value

Type: gboolean

Whether the function was successfully run.