kgram007 / User-Thread-Library

User-level thread library in C with a Scheduler function to schedule periodic tasks based on assigned priority levels. Implemented Mutex lock and unlock functions for resource sharing.
4 stars 2 forks source link

Type/mode of library #1

Open Crazy-sudo opened 4 years ago

Crazy-sudo commented 4 years ago

what is the type of thread library? whether it is many-many or many-one.

Crazy-sudo commented 4 years ago

Is it many-one?