• Home
  • Raw
  • Download

Lines Matching refs:vg_tid

53 static Bool handle_client_request(ThreadId vg_tid, UWord* arg, UWord* ret);
78 static Bool handle_client_request(ThreadId vg_tid, UWord* arg, UWord* ret) in handle_client_request() argument
83 tl_assert(vg_tid == VG_(get_running_tid())); in handle_client_request()
84 tl_assert(DRD_(VgThreadIdToDrdThreadId)(vg_tid) == drd_tid in handle_client_request()
86 && vg_tid == VG_INVALID_THREADID)); in handle_client_request()
103 VG_(maybe_record_error)(vg_tid, in handle_client_request()
105 VG_(get_IP)(vg_tid), in handle_client_request()
111 DRD_(malloclike_block)(vg_tid, arg[1]/*addr*/, arg[2]/*size*/); in handle_client_request()
115 if (!DRD_(freelike_block)(vg_tid, arg[1]/*addr*/, False)) in handle_client_request()
121 VG_(maybe_record_error)(vg_tid, in handle_client_request()
123 VG_(get_IP)(vg_tid), in handle_client_request()
127 DRD_(malloclike_block)(vg_tid, arg[1]/*addr*/, arg[3]/*newSize*/); in handle_client_request()
131 if (arg[1] && ! DRD_(freelike_block)(vg_tid, arg[1]/*addr*/, False)) in handle_client_request()
137 VG_(maybe_record_error)(vg_tid, in handle_client_request()
139 VG_(get_IP)(vg_tid), in handle_client_request()
146 result = vg_tid; in handle_client_request()
286 VG_(maybe_record_error)(vg_tid, in handle_client_request()
288 VG_(get_IP)(vg_tid), in handle_client_request()
309 VG_(maybe_record_error)(vg_tid, in handle_client_request()
311 VG_(get_IP)(vg_tid), in handle_client_request()
328 VG_(maybe_record_error)(vg_tid, in handle_client_request()
330 VG_(get_IP)(vg_tid), in handle_client_request()
595 VG_(maybe_record_error)(vg_tid, in handle_client_request()
597 VG_(get_IP)(vg_tid), in handle_client_request()
610 VG_(maybe_record_error)(vg_tid, in handle_client_request()
612 VG_(get_IP)(vg_tid), in handle_client_request()