From 22df4f5c42b3ac110f78fceed8d248900ea5419f Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 26 Mar 2011 00:19:09 +0000 Subject: New interface (not part of robust mutexes) --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7ea66ae..d143ea2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-03-26 Ross Johnson + + * 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 * (cancelLock): Convert to an MCS lock and rename to stateLock. -- cgit v1.2.3