On Wed, 2007-06-20 at 16:18 +0200, Axel Beierlein wrote: > Hello, > > Where can i find the meaning of the status code at the column STAT > in /proc/xenomai/sched ? I am a little bit confused of the Status UX. >
include/nucleus/thread.h for now, until this eventually gets more formally documented: 'S' -> Forcibly suspended. 'w'/'W' -> Waiting for a resource, with or without timeout. 'D' -> Delayed (without any other wait condition). 'R' -> Runnable. 'U' -> Unstarted or dormant. 'X' -> Relaxed shadow. 'H' -> Held thread. 'b' -> Priority boost undergoing. 'T' -> Ptraced and stopped. 'l' -> Locks scheduler. 'r' -> Undergoes round-robin. 's' -> Interrupt shield enabled. 't' -> Mode switches trapped. 'o' -> Priority coupling off. 'f' -> FPU enabled (for kernel threads). > Thanks in Advance > > Axel > > _______________________________________________ > Xenomai-help mailing list > [email protected] > https://mail.gna.org/listinfo/xenomai-help -- Philippe. _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
