Skip to content

dennyac/custom-threads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Routines that will allow a program to run, with multiple threads, using NON-preemptive scheduling on most Unix/Linux operating systems. Contains implementation of custom semaphores, and sample programs to test threads and semaphores.

Requirements

  • Ubuntu 14.04
  • gcc compiler

To test threads library

  1. gcc thread_test.c
  2. ./a.out | head -40

About

Implementation of custom threads (Non-preemptive scheduling) and semaphores

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published