Daniel Krippner wrote:
>
> hi there
>
> I need a pointer to a list concerning the task states in
> /proc/rtai/scheduler
> what do those numbers mean?
> cu
> Daniel
> --
> [EMAIL PROTECTED]
> Student of Communication Engineering/Computer Networking
> Furtwangen University of Applied Sciences
> -- [rtl] ---
> To unsubscribe:
> echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
> echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
> ---
> For more information on Real-Time Linux see:
> http://www.rtlinux.org/rtlinux/
Hi Daniel,
The defines for task states are listed below and can be found in:
rtai-1.3/include/rtai_sched.h
#define READY 1
#define SUSPENDED 2
#define DELAYED 4
#define SEMAPHORE 8
#define SEND 16
#define RECEIVE 32
#define RPC 64
#define RETURN 128
#define RUNNING 256
#define DELETED 512
Best regards,
Steve
--
Zentropix - A Lineo company.
Visit http://www.zentropix.com/
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/