hkt999 / user-level-thread

The exercise for the user level thread programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

user-level-thread

The exercise for the user level thread programming on Ubuntu 20.04, but other version Linux / UNIX can also work. Note: the ucontext API is deprecated after MacOS 10.6, add -D_XOPEN_SOURCE in gcc flags can make it work (tested on MacOS 10.15.6)

Build:

About

The exercise for the user level thread programming

License:MIT License


Languages

Language:C 99.6%Language:Makefile 0.4%