Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 277 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 277 Bytes

tuxthread

An implementation of clone, thrd_yield, thrd_create and thrd_join in c and x86 assembly without any dependency on a libc. This is meant to be a barebones example to teach how linux threads work under the hood.