Method

GumThreadRegistryenumerate_threads

Declaration [src]

void
gum_thread_registry_enumerate_threads (
  GumThreadRegistry* self,
  GumFoundThreadFunc func,
  gpointer user_data
)

Description [src]

Enumerates all registered threads.

Parameters

func

Type: GumFoundThreadFunc

Function called with each thread.

user_data

Type: gpointer

Data to pass to func.

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