Modules§
Structs§
- Critical
Section - Critical section token
- Mutex
- A “mutex” based on critical sections
- Thread
- Main struct for holding thread data
- Threads
Enums§
- Thread
State - Possible states of a thread
Constants§
- SCHED_
PRIO_ LEVELS - global defining the number of possible priority levels
- THREADS_
NUMOF - global defining the number of threads that can be created
Statics§
Traits§
Functions§
- current_
pid - schedule
- start_
threading ⚠ - start threading
- thread_
create - thread_
create_ raw