Is there a way to confirm that RTEMS task is running or not?

Joel Sherrill joel at rtems.org
Fri May 4 12:36:45 UTC 2018


In a single CPU system, if it is executing, then your code is the task.

What's the purpose?

On Fri, May 4, 2018, 2:39 AM Matthew J Fletcher <amimjf at gmail.com> wrote:

> Hi,
>
> If your using the classic API
> https://docs.rtems.org/branches/master/c-user/index.html
>
> Then would rtems_task_is_suspended() not tell you if its suspended or not.
> If its not been created then there wont be a task id yet.
>
>
> On 4 May 2018 at 07:47, jaeho jo <hot486two at gmail.com> wrote:
>
>> I want to confirm that the RTEMS Task is running or not.
>>
>> I don't want to check that RTEMS Task is created or not.
>>
>> Is there a RTEMS API function to satisfy my intention?
>>
>> Thanks
>>
>> _______________________________________________
>> users mailing list
>> users at rtems.org
>> http://lists.rtems.org/mailman/listinfo/users
>>
>
>
>
> --
>
> regards
> ---
> Matthew J Fletcher
>
> _______________________________________________
> users mailing list
> users at rtems.org
> http://lists.rtems.org/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20180504/39040328/attachment-0002.html>


More information about the users mailing list