Home
last modified time | relevance | path

Searched refs:tool_handle_client_request_func (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/
Dm_tooliface.c273 static Bool (*tool_handle_client_request_func)(ThreadId, UWord *, UWord *); variable
280 ret = tool_handle_client_request_func(tid, arg1, arg2); in wrap_tool_handle_client_request()
290 tool_handle_client_request_func = handle; /* Stash away */ in VG_()