Skip to content

wolvre/trinary-combining-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trinary-combining-tree

Exercise 135, The Art of Multiprocessor Programming

synchronization

  • number of threads to be combined: at most three
    • precombining
  • locks for turtle threads to lock a node, and then apply for combination
    • precombining, operation
    • order of application (status of a thread)
  • number of threads ready for combination
    • order of getting ready
  • locks for rabbit threads to lock a node, start combination, operation and distribution
    • combining, operation, distribution
    • order of distribution

About

Exercise 135, The Art of Multiprocessor Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages