]> sourceware.org Git - newlib-cygwin.git/commit
Sun May 6 17:05:00 2001 Robert Collins <rbtcollins@hotmail.com>
authorRobert Collins <rbtcollins@hotmail.com>
Sun, 6 May 2001 22:23:43 +0000 (22:23 +0000)
committerRobert Collins <rbtcollins@hotmail.com>
Sun, 6 May 2001 22:23:43 +0000 (22:23 +0000)
commit68ebd3f6e2a438a58e0647d5a53509aa2aa8e6ea
tree13f5d9d8e1aeebd5d45879972e464d6005dc2037
parent2bfb966544a9aff299cf173b62443853078100e5
Sun May  6 17:05:00 2001  Robert Collins <rbtcollins@hotmail.com>
* thread.h (pthread_cond): New element cond_access to allow atomic broadcasts.
* thread.cc (pthread_cond::pthread_cond): Initialise cond_access.
(pthread_cond::~pthread_cond): Destroy cond_access.
(pthread_cond::Broadcast): Use cond_access.
(pthread_cond::Signal): Use cond_access.
(pthread_cond_wait): Use cond_access.
(pthread_cond_timedwait): Use cond_access.
winsup/cygwin/ChangeLog
winsup/cygwin/thread.cc
winsup/cygwin/thread.h
This page took 0.028902 seconds and 5 git commands to generate.