|
Nil RTOS
|
System data structure. More...
#include <nil.h>

Public Attributes | |
| thread_ref_t | current |
| Pointer to the running thread. | |
| thread_t *const | idlep |
| Pointer to idle thread. | |
| thread_ref_t | next |
| Pointer to the next thread to be executed. More... | |
| systime_t | systime |
| System time. | |
| thread_t *const | threads |
| Pointer to thread structures for all the defined threads. | |
System data structure.
| thread_ref_t nil_system_t::next |
Pointer to the next thread to be executed.
currp or to an higher priority thread if a switch is required.
1.8.6