Method
GumThreadRegistryenumerate_threads
Declaration [src]
void
gum_thread_registry_enumerate_threads (
GumThreadRegistry* self,
GumFoundThreadFunc func,
gpointer user_data
)
Parameters
func-
Type:
GumFoundThreadFuncFunction called with each thread.
user_data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the method.