Searched refs:tool_handle_client_request_func (Results 1 – 1 of 1) sorted by relevance
273 static Bool (*tool_handle_client_request_func)(ThreadId, UWord *, UWord *); variable280 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_()