Lines Matching refs:vg_tid
53 static Bool handle_client_request(ThreadId vg_tid, UWord* arg, UWord* ret);
77 static Bool handle_client_request(ThreadId vg_tid, UWord* arg, UWord* ret) in handle_client_request() argument
82 tl_assert(vg_tid == VG_(get_running_tid)()); in handle_client_request()
83 tl_assert(DRD_(VgThreadIdToDrdThreadId)(vg_tid) == drd_tid in handle_client_request()
85 && vg_tid == VG_INVALID_THREADID)); in handle_client_request()
102 VG_(maybe_record_error)(vg_tid, in handle_client_request()
104 VG_(get_IP)(vg_tid), in handle_client_request()
110 DRD_(malloclike_block)(vg_tid, arg[1]/*addr*/, arg[2]/*size*/); in handle_client_request()
114 if (!DRD_(freelike_block)(vg_tid, arg[1]/*addr*/, False)) in handle_client_request()
120 VG_(maybe_record_error)(vg_tid, in handle_client_request()
122 VG_(get_IP)(vg_tid), in handle_client_request()
126 DRD_(malloclike_block)(vg_tid, arg[1]/*addr*/, arg[3]/*newSize*/); in handle_client_request()
130 if (arg[1] && ! DRD_(freelike_block)(vg_tid, arg[1]/*addr*/, False)) in handle_client_request()
136 VG_(maybe_record_error)(vg_tid, in handle_client_request()
138 VG_(get_IP)(vg_tid), in handle_client_request()
145 result = vg_tid; in handle_client_request()
285 VG_(maybe_record_error)(vg_tid, in handle_client_request()
287 VG_(get_IP)(vg_tid), in handle_client_request()
308 VG_(maybe_record_error)(vg_tid, in handle_client_request()
310 VG_(get_IP)(vg_tid), in handle_client_request()
327 VG_(maybe_record_error)(vg_tid, in handle_client_request()
329 VG_(get_IP)(vg_tid), in handle_client_request()
594 VG_(maybe_record_error)(vg_tid, in handle_client_request()
596 VG_(get_IP)(vg_tid), in handle_client_request()
609 VG_(maybe_record_error)(vg_tid, in handle_client_request()
611 VG_(get_IP)(vg_tid), in handle_client_request()