Skip to content

philipzhux/user_thread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

1. How the preemptive scheduler is implemented?


----------------------------------------------------------------------
2. How to compile your library and run your program?

Run "make" to generate library "gtthread.a"

To run any program "example.c" using library "gtthread.a" run below
gcc -Wall -pedantic -w -I{...} -o example example.c gtthread.a

Run "make clean" to remove all binaries

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published