Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

MultiThreading

This Repository contians programs related to multithreading. 1.Program to print numbers using two threads, one thread prints odd and other prints even number. A. InterProcessExample : Print numbers using two thread, used wait and notify method. B. ThreadevenOdd : Print numbers, used semaphore. Two object of same thread are executing critical section. C. InterProcessPrintingNumber : Print number using two threads, used wait, notify and shared object.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages