Skip to content
Snippets Groups Projects
Select Git revision
  • c61b6078a350a66d995f3ab7568c1a318b1c74e1
  • master default protected
  • cvh
  • main
4 results

dashboard.py

Blame
  • task-modes.h 131 B
    #define TASK_RUNNING		0
    #define TASK_INTERRUPTIBLE	1
    #define TASK_UNINTERRUPTIBLE	2
    #define TASK_ZOMBIE		3
    #define TASK_STOPPED		4