Quality RTOS & Embedded Software

 Real time embedded FreeRTOS RSS feed 
Quick Start Supported MCUs PDF Books Trace Tools Ecosystem


Loading

Detecting if a task is done executing what's in the for loop when blocked

Posted by pugglewuggle on December 17, 2015

I have a task the blocks on xQueueReceive for portMAX_DELAY and I use several other blocks inside that task to aquire mutexes and such. Is there a reliable way to tell if the task has finished with the for loop and is waiting for the main queue receive vs if the task is waiting on an internal block such as waiting for a mutex? My first thought is to use a volatile bool variable to indicate this, setting to isRunning = true at the beginning and isRunning = false at the end of the for loop but I'm not sure that's the best way. How would you do this? If I did use a volatile bool does the possibility exist that it could ever be inconsistent due to a context switch/half-completed write/read?


Detecting if a task is done executing what's in the for loop when blocked

Posted by pugglewuggle on December 17, 2015

Umm looks like the answer is a mutex. Am I on the right track?


Detecting if a task is done executing what's in the for loop when blocked

Posted by rtel on December 18, 2015

A volatile boolean would definitely work. There is also a feature request open at the moment that would allow you to query which object a task is blocked on - but that is not implemented yet.

Regards.


Detecting if a task is done executing what's in the for loop when blocked

Posted by pugglewuggle on December 18, 2015

Gotcha. Just curious... since volatile is not in itself thread-safe, is it better to use a mutex and have each task lock/unlock when it's done with what it's doing and block until the mutex is available?


[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ Sitemap ]    [ ]


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.

Latest News

NXP tweet showing LPC5500 (ARMv8-M Cortex-M33) running FreeRTOS.

Meet Richard Barry and learn about running FreeRTOS on RISC-V at FOSDEM 2019

Version 10.1.1 of the FreeRTOS kernel is available for immediate download. MIT licensed.

View a recording of the "OTA Update Security and Reliability" webinar, presented by TI and AWS.


Careers

FreeRTOS and other embedded software careers at AWS.



FreeRTOS Partners

ARM Connected RTOS partner for all ARM microcontroller cores

Espressif ESP32

IAR Partner

Microchip Premier RTOS Partner

RTOS partner of NXP for all NXP ARM microcontrollers

Renesas

STMicro RTOS partner supporting ARM7, ARM Cortex-M3, ARM Cortex-M4 and ARM Cortex-M0

Texas Instruments MCU Developer Network RTOS partner for ARM and MSP430 microcontrollers

OpenRTOS and SafeRTOS

Xilinx Microblaze and Zynq partner