Skip to content

A simple user-space threading library with support for preemption written in C

Notifications You must be signed in to change notification settings

nshdesai/threads

Repository files navigation

Threads

A simple, bare-bones, user-space threading library with support for preemption written in C. Most of the interesting code is in thread.c -- with thread_yield() being particularly fascinating. The tests are named test_*.c. To build all the tests, run: make

About

A simple user-space threading library with support for preemption written in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published