From 73c7762558fe7ca71f437af3e1a4825a4e733f47 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 13 Sep 2016 08:10:04 +0000 Subject: Documentation fix. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9761 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/nil/src/ch.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'os') diff --git a/os/nil/src/ch.c b/os/nil/src/ch.c index 3a5a3b8e0..2a57b5401 100644 --- a/os/nil/src/ch.c +++ b/os/nil/src/ch.c @@ -824,10 +824,6 @@ msg_t chSemWaitTimeoutS(semaphore_t *sp, systime_t timeout) { /** * @brief Performs a signal operation on a semaphore. - * @post This function does not reschedule so a call to a rescheduling - * function must be performed before unlocking the kernel. Note that - * interrupt handlers always reschedule on exit so an explicit - * reschedule must not be performed in ISRs. * * @param[in] sp pointer to a @p semaphore_t structure * @@ -881,10 +877,6 @@ void chSemSignalI(semaphore_t *sp) { * @post After invoking this function all the threads waiting on the * semaphore, if any, are released and the semaphore counter is set * to the specified, non negative, value. - * @post This function does not reschedule so a call to a rescheduling - * function must be performed before unlocking the kernel. Note that - * interrupt handlers always reschedule on exit so an explicit - * reschedule must not be performed in ISRs. * * @param[in] sp pointer to a @p semaphore_t structure * @param[in] n the new value of the semaphore counter. The value must -- cgit v1.2.3