|
|
|
Created:
15 years, 8 months ago by Evgeniy Stepanov Modified:
15 years, 8 months ago Base URL:
http://data-race-test.googlecode.com/svn/trunk/tsan/ Visibility:
Public. |
Patch Set 1 #Patch Set 2 : zz #
Total comments: 4
Patch Set 3 : Restored warning "T%d ended while the 'ignore %s' bit is set" #Patch Set 4 : Submitted parts of this CLs. #Patch Set 5 : zz #Patch Set 6 : zz #Patch Set 7 : ZlZr -> Za #
Total messages: 2
|
Evgeniy Stepanov
|
15 years, 8 months ago (2010年04月21日 10:42:58 UTC) #1 | |||||||||||||||||||||||
http://codereview.appspot.com/945042/diff/2001/3007 File tsan/ts_valgrind.cc (right): http://codereview.appspot.com/945042/diff/2001/3007#newcode666 tsan/ts_valgrind.cc:666: if (ignoring_sync(vg_tid)) probably we should move this to thread_sanitizer.cc so it works on PIN http://codereview.appspot.com/945042/diff/2001/3007#newcode677 tsan/ts_valgrind.cc:677: break; no "{}" needed http://codereview.appspot.com/945042/diff/2001/3006 File tsan/ts_valgrind_intercepts.c (left): http://codereview.appspot.com/945042/diff/2001/3006#oldcode2480 tsan/ts_valgrind_intercepts.c:2480: ... http://codereview.appspot.com/945042/diff/2001/3006 File tsan/ts_valgrind_intercepts.c (right): http://codereview.appspot.com/945042/diff/2001/3006#newcode493 tsan/ts_valgrind_intercepts.c:493: WRAP_FREE_ZZ(NONE, operatorZsdelete); WRAP_DELETE?