Searched refs:g_threadinfo (Results 1 – 5 of 5) sorted by relevance
68 ThreadInfo* DRD_(g_threadinfo);150 DRD_(g_threadinfo) = VG_(malloc)("drd.main.ti.1", in DRD_()151 DRD_N_THREADS * sizeof DRD_(g_threadinfo)[0]); in DRD_()154 DRD_(g_threadinfo)[i] = initval; in DRD_() local173 if (DRD_(g_threadinfo)[i].vg_thread_exists == True in DRD_()174 && DRD_(g_threadinfo)[i].vg_threadid == tid) in DRD_()192 if (!DRD_(g_threadinfo)[i].valid) in DRD_()196 DRD_(g_threadinfo)[i].valid = True; in DRD_() local197 DRD_(g_threadinfo)[i].vg_thread_exists = True; in DRD_() local198 DRD_(g_threadinfo)[i].vg_threadid = tid; in DRD_() local[all …]
125 extern ThreadInfo* DRD_(g_threadinfo);234 && (DRD_(g_threadinfo)[tid].valid)); in DRD_()261 return (DRD_(g_threadinfo)[DRD_(g_drd_running_tid)] in DRD_()277 return (DRD_(g_threadinfo)[DRD_(g_drd_running_tid)].synchr_nesting == 0 in DRD_()278 && DRD_(g_threadinfo)[DRD_(g_drd_running_tid)].is_recording_loads); in DRD_()293 return (DRD_(g_threadinfo)[DRD_(g_drd_running_tid)].synchr_nesting == 0 in DRD_()294 && DRD_(g_threadinfo)[DRD_(g_drd_running_tid)].is_recording_stores); in DRD_()309 DRD_(g_threadinfo)[tid].stack_min = stack_min; in DRD_() local313 tl_assert(DRD_(g_threadinfo)[tid].stack_min in DRD_()314 <= DRD_(g_threadinfo)[tid].stack_max in DRD_()[all …]
239 356374 Assertion 'DRD_(g_threadinfo)[tid].pt_threadid
120 356374 Assertion 'DRD_(g_threadinfo)[tid].pt_threadid
151 356374 Assertion 'DRD_(g_threadinfo)[tid].pt_threadid !=2246 267413 Assertion 'DRD_(g_threadinfo)[tid].synchr_nesting >= 1' failed.