HomeSort by relevance Sort by last modified time
    Searched refs:handle_client_request (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/drd/
drd_clientreq.c 55 static Bool handle_client_request(ThreadId vg_tid, UWord* arg, UWord* ret);
66 VG_(needs_client_requests)(handle_client_request);
73 static Bool handle_client_request(ThreadId vg_tid, UWord* arg, UWord* ret) function
  /external/valgrind/main/include/
pub_tool_tooliface.h 410 Bool (*handle_client_request)(ThreadId tid, UWord* arg_block, UWord* ret)
    [all...]
  /external/valgrind/main/callgrind/
main.c 1526 Bool CLG_(handle_client_request)(ThreadId tid, UWord *args, UWord *ret) function
    [all...]

Completed in 22 milliseconds