summaryrefslogtreecommitdiff
path: root/drd/drd_barrier.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-30drd: Make racing pthread_barrier_wait() calls trigger an error message insteadbart1-8/+17
2011-07-29drd: Fix a race condition in the barrier implementation that could result in ...bart1-57/+77
2011-07-29drd: Remove an unused member variable from the barrier implementationbart1-7/+3
2011-03-13Updated modeline and copyright statement in DRD source files.bart1-2/+2
2010-10-10E-mail address update.bart1-1/+1
2010-05-03Update copyright dates to 2010.sewardj1-1/+1
2010-03-07Changes:bart1-4/+7
2009-07-19DRD no longer prints the thread ID's assigned by the Valgrind core but only t...bart1-10/+5
2009-07-15Merge drd/ changes from branches/MESSAGING_TIDYUP r10464.sewardj1-9/+9
2009-06-08svn merge -r9818:10278 svn://svn.valgrind.org/valgrind/branches/DRDDEVbart1-5/+13
2009-06-06Consistency improvement: made sure that for all synchronization operations ve...bart1-5/+6
2009-05-31- Added support for most of the ANNOTATE_...() macro's supported by bart1-8/+8
2009-03-26- Reindented code such that it uses three spaces for indentation insteadbart1-356/+357
2009-02-22Updated documentation.bart1-0/+4
2009-02-21Changes:bart1-105/+202
2009-02-16- Updated copyright statements.bart1-3/+2
2009-02-15Wrapped DRD_() macro around thread-related function names.bart1-7/+7
2009-02-15Wrapped DRD_() macro around all client object function names.bart1-8/+9
2009-02-15Wrapped DRD_() macro around all barrier-related function names.bart1-61/+62
2009-02-14Wrapped DRD_() macro around all segment function names.bart1-2/+2
2008-11-17Print an error message instead of asserting when the count argument of pthrea...bart1-2/+11
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj1-1/+2
2008-07-07Updated internal documentation.bart1-0/+3
2008-07-07Out-of-spec use of POSIX barriers could make drd crash -- fixed this.bart1-2/+6
2008-07-04Renamed exp-drd directory into drd. Moved drd from the experimental tool clas...bart1-0/+439