Skip to content

a barebones, bare metal c11 thread implementation for linux

Notifications You must be signed in to change notification settings

MathGeniusJodie/tuxthread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a barebones, bare metal c11 thread implementation for linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages