summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2005-04-11 07:27:56 +0000
committerrpj <rpj>2005-04-11 07:27:56 +0000
commit5b085e54a51322522ce8d38d3139228f035a9bf4 (patch)
tree127042396c959a2eb72d86fefe510d938f9830ba /ChangeLog
parent43d9b077d5aa2ee02712ca7e81546f78863f172b (diff)
pthread_once post-cancel starvation solution
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0c746b..e50b60a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-04-11 Ross Johnson <ross at callisto.canberra.edu.au>
+
+ * pthread_once.c (pthread_once): Added priority boosting to
+ solve starvation problem after once_routine cancellation.
+ See notes in file.
+
2005-04-06 Kevin Lussier <Kevin at codegreennetworks.com>
* Makefile: Added debug targets for all versions of the library.