Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
xenomai4
linux-evl
Commits
d8d8c231
Commit
d8d8c231
authored
May 30, 2019
by
Philippe Gerum
Browse files
uapi/evl: fix thread state labels
Signed-off-by:
Philippe Gerum
<
rpm@xenomai.org
>
parent
73648b72
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/uapi/evl/thread.h
View file @
d8d8c231
...
...
@@ -61,8 +61,10 @@
* 'S' -> Forcibly suspended
* 'w'/'W' -> Blocked with/without timeout
* 'D' -> Delayed
* 'R' -> Runnable
* 'p' -> Periodic timeline
* 'R' -> Ready to run
* 'U' -> Dormant
* 'Z' -> Zombie
* 'X' -> Running in-band
* 'H' -> Held in emergency
* 'b' -> Priority boost undergoing
...
...
@@ -70,7 +72,7 @@
* 'r' -> Undergoes round-robin
* 't' -> SIGDEBUG notifications enabled
*/
#define EVL_THREAD_STATE_LABELS "SWDRU
.
XHbTrt...."
#define EVL_THREAD_STATE_LABELS "SWD
p
RU
Z
XHbTrt...."
struct
evl_user_window
{
__u32
state
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment