X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=datarace.h;h=33a5c26770df7deacc5ad4f14cacf9c7a3702880;hb=66a8501ed6eecc5e1ce308235ad7226da363b70e;hp=ef1ef8ca4a256eeaede006d24c7c806fa5844103;hpb=d2f35798cdae344760a0cc7f22dd5adc9cbc7081;p=model-checker.git diff --git a/datarace.h b/datarace.h index ef1ef8c..33a5c26 100644 --- a/datarace.h +++ b/datarace.h @@ -1,3 +1,7 @@ +/** @file datarace.h + * @brief Data race detection code. + */ + #ifndef DATARACE_H #include "config.h" #include @@ -19,7 +23,7 @@ void raceCheckRead(thread_id_t thread, void *location, ClockVector *currClock); -/** Encoding idea: +/** Basic encoding idea: * (void *) Either: * (1) points to a full record or *