Conditional critical sections

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
elena_sev
Posts: 1
Joined: Tue Apr 11, 2006 11:00 pm

Conditional critical sections

Post by elena_sev »

Hello All,
I am new to operating system programming and I have project about readers/writers problem solved with conditional critical sections I have the program of the readers/writers problem but it uses ccrs and I can't implement the sections
I have tried to implement them from some code on the internet but it didn't worked (the implementation should be with semaphores)
if someone is interested I can send my source files
thank you in advanced
:-)
Post Reply