Xenomai  3.1
Thread information flags

Bits reporting events notified to threads. More...

Collaboration diagram for Thread information flags:

Macros

#define XNTIMEO   0x00000001
 Woken up due to a timeout condition.
 
#define XNRMID   0x00000002
 Pending on a removed resource.
 
#define XNBREAK   0x00000004
 Forcibly awaken from a wait state.
 
#define XNKICKED   0x00000008
 Forced out of primary mode.
 
#define XNWAKEN   0x00000010
 Thread waken up upon resource availability.
 
#define XNROBBED   0x00000020
 Robbed from resource ownership.
 
#define XNCANCELD   0x00000040
 Cancellation request is pending.
 
#define XNPIALERT   0x00000080
 Priority inversion alert (SIGDEBUG sent)
 
#define XNSCHEDP   0x00000100
 schedparam propagation is pending
 
#define XNCONTHI   0x00000200
 Continue in primary mode after debugging.
 
#define XNMOVED   0x00000001
 CPU migration in primary mode occurred.
 
#define XNLBALERT   0x00000002
 Scheduler lock break alert (SIGDEBUG sent)
 
#define XNDESCENT   0x00000004
 Adaptive transitioning to secondary mode.
 
#define XNSYSRST   0x00000008
 Thread awaiting syscall restart after signal.
 
#define XNHICCUP   0x00000010
 Just left from ptracing.
 

Detailed Description

Bits reporting events notified to threads.