Skip to content
/ osapi Public

Multithreading interface depending on system (currently FreeRTOS, RTX and Windows). Creating joinable/non-joinable threads, setting priority, mortal threads (for secure execution) and mutexes (robust and recursive)

Notifications You must be signed in to change notification settings

PITV420/osapi

Repository files navigation

osapi

Multithreading interface depending on system (currently FreeRTOS, RTX and Windows). Creating joinable/non-joinable threads, setting priority, mortal threads (for secure execution) and mutexes (robust and recursive)

TODO: multithreading for Linux (pthread, etc)

About

Multithreading interface depending on system (currently FreeRTOS, RTX and Windows). Creating joinable/non-joinable threads, setting priority, mortal threads (for secure execution) and mutexes (robust and recursive)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages