diff options
author | Robert Collins <rbtcollins@hotmail.com> | 2002-09-20 23:46:12 +0000 |
---|---|---|
committer | Robert Collins <rbtcollins@hotmail.com> | 2002-09-20 23:46:12 +0000 |
commit | 8b1978c30ca6234e06596ef51fd68d98fcfa6aed (patch) | |
tree | b6842ad1608da33956f1dd7584b34baabe154f60 /winsup/cygwin/pthread.cc | |
parent | 4e2822f160ec6f61d7bae8cabb4b5daad73e3f99 (diff) | |
download | cygnal-8b1978c30ca6234e06596ef51fd68d98fcfa6aed.tar.gz cygnal-8b1978c30ca6234e06596ef51fd68d98fcfa6aed.tar.bz2 cygnal-8b1978c30ca6234e06596ef51fd68d98fcfa6aed.zip |
2002-09-21 Robert Collins <rbtcollins@hotmail.com>
* thread.cc: Change verifyable_object_isvalid calls with
PTHREAD_CONDATTR_MAGIC, PTHREAD_MUTEXATTR_MAGIC, PTHREAD_COND_MAGIC,
SEM_MAGIC to objecttype::isGoodObject() calls throughout.
(pthread_condattr::isGoodObject): Implement.
(pthread_mutex::isGoodInitializer): Implement.
(pthread_mutex::isGoodInitializerOrObject): Minor bugfix in the
check for verifyable_object_isvalid result.
(pthread_mutexattr::isGoodObject): Implement.
(pthread_cond::isGoodObject): Ditto.
(pthread_cond::isGoodInitializer): Ditto.
(pthread_cond::isGoodInitializerOrObject): Ditto.
(semaphore::isGoodObject): Ditto.
* thread.h (pthread_mutex::isGoodInitializer): Declare.
(pthread_condattr::isGoodObject): Ditto.
(pthread_cond::isGoodObject): Const correctness.
(pthread_cond::isGoodInitializer): Declare.
(pthread_cond::isGoodInitializerOrObject): Ditto.
(semaphore::isGoodObject): Const correctness.
Diffstat (limited to 'winsup/cygwin/pthread.cc')
0 files changed, 0 insertions, 0 deletions