X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=datarace.h;h=603920293ecc0300c6bc98399c095ba664140f8b;hb=fbeeeb53fdbcb6b59e35c910e732173c6ead5e79;hp=f026556add051292ea4c57daaac4ad42255f1576;hpb=9cf7a4cf4ce3caa33c27b4211db3d987a6b103ec;p=c11tester.git diff --git a/datarace.h b/datarace.h index f026556a..60392029 100644 --- a/datarace.h +++ b/datarace.h @@ -46,6 +46,8 @@ void initRaceDetector(); void raceCheckWrite(thread_id_t thread, void *location); void atomraceCheckWrite(thread_id_t thread, void *location); void raceCheckRead(thread_id_t thread, const void *location); +void raceCheckReadOpt(thread_id_t thread, const void *location, int bytes); + void atomraceCheckRead(thread_id_t thread, const void *location); void recordWrite(thread_id_t thread, void *location); void recordCalloc(void *location, size_t size);