Skip to content

malie/userland-threads-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

userland-threads-example

an example of managing userland threads

compile and run with

gcc -Wall -g -O0 threads.c -o t && ./t | less

benchmark with

gcc -Wall -g -O0 threads.c -o t -DBENCH && time ./t

tested with gcc 4.7.2

About

an example of managing userland threads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages