diff options
author | bje <bje> | 1998-07-17 14:25:42 +0000 |
---|---|---|
committer | bje <bje> | 1998-07-17 14:25:42 +0000 |
commit | 1bd24490937347b6dd227b6a9c3b1aeb7a3fec4d (patch) | |
tree | 7a37aaabee85b7b4331baa380d9f2798fc3dad92 /ChangeLog | |
parent | bac0be47a6821c2e9fde1e051a1a529153b44175 (diff) |
1998-07-18 Ben Elliston <bje@cygnus.com>
* condvar.c (pthread_condattr_init): Do not attempt to malloc any
storage; none is needed now that condattr_t is an empty struct.
(pthread_condattr_destory): Likewise; do not free storage.
(pthread_condattr_setpshared): No longer supported; return ENOSYS.
(pthread_condattr_getpshared): Likewise.
(pthread_cond_init): Implement with help from Douglas Schmidt.
Remember to initialise the cv's internal mutex.
(pthread_cond_wait): Likewise.
(pthread_cond_signal): Likewise.
(pthread_cond_broadcast): Likewise.
(pthread_cond_timedwait): Preliminary implementation, but I need
to see some API documentation for `WaitForMultipleObject'.
(pthread_destory): Implement.
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions