Robert Collins
4e2822f160
2002-09-21 Robert Collins <rbtcollins@hotmail.com>
* thread.cc: Change verifyable_object_isvalid calls with
PTHREAD_MUTEX_MAGIC and PTHREAD_KEY_MAGIC and PTHREAD_ATTR_MAGIC to
::isGoodObject() calls throughout.
(MTinterface::Init): Remove dead code.
(pthread_attr::isGoodObject): Implement.
(pthread_key::isGoodObject): Implement.
(pthread_mutex::isGoodObject): Implement.
(pthread_mutex::isGoodInitializerOrObject): Implement.
(pthread::isGoodObject): Update signature.
* thread.h (pthread_key::isGoodObject): Declare.
(pthread_attr::isGoodObject): Ditto.
(pthread_mutex::isGoodObject): Ditto.
(pthread_mutex::isGoodInitializerOrObject): Ditto.
(pthread::isGoodObject): Change to a const parameter for const
correctness.
(pthread_mutexattr::isGoodObject): Declare.
(pthread_condattr::isGoodObject): Ditto.
(pthread_cond::isGoodObject): Ditto.
(semaphore::isGoodObject): Ditto.
2002-09-20 22:34:05 +00:00
..
2002-07-07 00:44:08 +00:00
2002-06-23 22:56:58 +00:00
2002-09-20 22:34:05 +00:00
2002-09-11 08:39:04 +00:00
2002-09-19 23:05:27 +00:00
2001-10-12 20:02:41 +00:00
2002-08-26 02:53:24 +00:00
2002-09-19 03:48:19 +00:00
2002-09-19 00:01:18 +00:00
2002-08-17 17:12:24 +00:00
2002-06-02 05:54:33 +00:00
2002-06-02 05:54:33 +00:00
2002-05-12 19:29:20 +00:00
2001-12-31 23:24:10 +00:00
2002-08-17 02:15:05 +00:00
2002-04-25 23:19:28 +00:00