summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2011-03-26 00:19:09 +0000
committerrpj <rpj>2011-03-26 00:19:09 +0000
commit22df4f5c42b3ac110f78fceed8d248900ea5419f (patch)
tree9940490b9d0e52ccc681fad4d49eb1397d3172be /ChangeLog
parent559e1bc4051f90d7a014bd4e4f5649e136dec412 (diff)
New interface (not part of robust mutexes)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ea66ae..d143ea2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-03-26 Ross Johnson <ross.johnson at homemail.com.au>
+
+ * pthread_getsequence_np.c: New non-POSIX interface for compatibility
+ with some other implementations; returns a 64 bit sequence number
+ that is unique to each thread in the process.
+ * pthread.h (pthread_getsequence_np): Added.
+ * global.c: Add global sequence counter for above.
+ * implement.h: Likewise.
+
2011-03-25 Ross Johnson <ross.johnson at homemail.com.au>
* (cancelLock): Convert to an MCS lock and rename to stateLock.