|
From: <sv...@va...> - 2009-07-25 11:17:08
|
Author: bart
Date: 2009-07-25 12:16:51 +0100 (Sat, 25 Jul 2009)
New Revision: 10599
Log:
DRD does now support sem_open() and sem_close().
Modified:
trunk/NEWS
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2009-07-25 11:15:03 UTC (rev 10598)
+++ trunk/NEWS 2009-07-25 11:16:51 UTC (rev 10599)
@@ -88,6 +88,7 @@
DRD thread ID), DRD does now identify threads via a single number (the DRD
thread ID). Furthermore "first observed at" information is now printed for
all error messages related to synchronization objects.
+ - Added support for named semaphores (sem_open() and sem_close()).
- Race conditions between pthread_barrier_wait() and
pthread_barrier_destroy() calls are now reported.
- Added support for memory pools through the macro's
|