When an atomic read action cannot read from a desired write, make this thread sleep...
[c11tester.git] / datarace.h
index c78f5a424929d89d3cedc805006f1b401790a211..2de2a3390759f6dafbc24aba83e4b42e0024117e 100644 (file)
@@ -46,7 +46,6 @@ void initRaceDetector();
 void raceCheckWrite(thread_id_t thread, void *location);
 void raceCheckRead(thread_id_t thread, const void *location);
 void recordWrite(thread_id_t thread, void *location);
-bool checkDataRaces();
 void assert_race(struct DataRace *race);
 bool hasNonAtomicStore(const void *location);
 void setAtomicStoreFlag(const void *location);