A pthreads-style user-level threading library in C with 1:1, M:1 and M:N models, built on raw clone(), SIGALRM scheduling, setjmp context switches, and spinlocks.
c linux scheduler threading operating-systems systems-programming spinlock user-level-threads clone-syscall
-
Updated
Jul 18, 2026 - C