From b0686b473d8c07e5bbdc1932d7d9b71bfccdf92e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 22 Apr 2015 13:57:18 +0200 Subject: score: Delete _CORE_RWLock_Timeout() This function was identical to _Thread_queue_Timeout(). This makes _Thread_queue_Enqueue_with_handler() obsolete. --- cpukit/score/include/rtems/score/corerwlockimpl.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'cpukit/score/include/rtems/score/corerwlockimpl.h') diff --git a/cpukit/score/include/rtems/score/corerwlockimpl.h b/cpukit/score/include/rtems/score/corerwlockimpl.h index 66c3b1a112..331510ba02 100644 --- a/cpukit/score/include/rtems/score/corerwlockimpl.h +++ b/cpukit/score/include/rtems/score/corerwlockimpl.h @@ -167,21 +167,6 @@ CORE_RWLock_Status _CORE_RWLock_Release( (_status) \ ) -/** - * @brief RWLock specific thread queue timeout. - * - * This routine processes a thread which timeouts while waiting on - * an RWLock's thread queue. It is called by the watchdog handler. - * - * @param[in] id is the Id of thread to timeout - * @param[in] ignored is an unused pointer to a caller defined area - */ - -void _CORE_RWLock_Timeout( - Objects_Id id, - void *ignored -); - /** * This method is used to initialize core rwlock attributes. * -- cgit v1.2.3