- Am 21. Mrz 2019 um 20:41 schrieb mbenson mben...@windhoverlabs.com:
> What's the best way to determine the status of a task? Is there an API to
> determine if its pending or a runnable state? Is there an API to determine
> what its pending on?
There is currently no API for this. There
Not easily. That's good to know though. Thanks.
On Thu, Mar 21, 2019 at 7:23 PM Ian Caddy wrote:
> Hi Matthew,
>
> Do you have access to the shell on a serial or telnet console?
>
> The RTEMS shell has a "task" command that shows the state of all the tasks
> running in your system:
>
> MNTB [/
Hi Matthew,
Do you have access to the shell on a serial or telnet console?
The RTEMS shell has a "task" command that shows the state of all the
tasks running in your system:
MNTB [/] # task
ID NAME SHED PRI STATE MODES EVENTS WAITINFO
What's the best way to determine the status of a task? Is there an API to
determine if its pending or a runnable state? Is there an API to determine
what its pending on? I'm trying to determine what some tasks stopped
executing and I can't use a debugger. Preferably, can somebody point me to
a