diff options
| author | rpj <rpj> | 1999-10-16 16:24:42 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 1999-10-16 16:24:42 +0000 | 
| commit | 8c238590dc9ad996710abc28a1868e9f1a41ab0a (patch) | |
| tree | 972e0edb16402e27c7cc3248c6273fe65bac59e7 /ChangeLog | |
| parent | cd324bb05bc5c76589c2ef7a2fcce61345100682 (diff) | |
1999-10-17  Ross Johnson  <rpj@ixobrychus.canberra.edu.au>
        * rwlock.c (pthread_rwlock_destroy): Add cast to remove compile
        warning.
        * condvar.c (pthread_cond_broadcast): Only release semaphores
        if there are waiting threads.
1999-10-15  Ross Johnson  <rpj@ixobrychus.canberra.edu.au>
        * condvar.c (cond_wait_cleanup): New static cleanup handler for
        cond_timedwait;
        (cond_timedwait): pthread_cleanup_push args changed;
        canceling a thread while it's in pthread_cond_wait
        will now decrement the waiters count and cleanup if it's the
        last waiter.
        - Lorin Hochstein <lmh@xiphos.ca> and
          Peter Slacik <Peter.Slacik@tatramed.sk>;
        the last waiter will now reset the CV's wasBroadcast flag
        - Graham Dumpleton <Graham.Dumpleton@ra.pad.otc.telstra.com.au>.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 21 | 
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +1999-10-17  Ross Johnson  <rpj@ixobrychus.canberra.edu.au> + +	* rwlock.c (pthread_rwlock_destroy): Add cast to remove compile +	warning. + +	* condvar.c (pthread_cond_broadcast): Only release semaphores +	if there are waiting threads. + +1999-10-15  Ross Johnson  <rpj@ixobrychus.canberra.edu.au> + +	* condvar.c (cond_wait_cleanup): New static cleanup handler for +	cond_timedwait; +	(cond_timedwait): pthread_cleanup_push args changed; +	canceling a thread while it's in pthread_cond_wait +	will now decrement the waiters count and cleanup if it's the +	last waiter. +	- Lorin Hochstein <lmh@xiphos.ca> and  +	  Peter Slacik <Peter.Slacik@tatramed.sk>; +	the last waiter will now reset the CV's wasBroadcast flag +	- Graham Dumpleton <Graham.Dumpleton@ra.pad.otc.telstra.com.au>. +  Thu Sep 16 1999  Ross Johnson  <rpj@swan.canberra.edu.au>  	* rwlock.c (pthread_rwlock_destroy): Add serialisation.  | 
