Search

You can find the results of your search below.

week6
3 Hits, Last modified:
xam next week * review session next Mon, Oct 10 * take-home: Mon * hand-in: Wed ===== L... P(s) * Definition: <code text> < await (s > 0) s = s - 1; > </code> * signal(s) * Tr... nary semaphore: value is always either ''1'' or ''0'' * general semaphore: value is nonnegative ... re for binary semaphores s1 and s2: <code text> 0 <= s1+s2 <= 1 </code> * technique: pass the b
top
1 Hits, Last modified:
OTOC~~ **CMPU-377** \\ **Vassar College, Spring 2019** \\ **Syllabus / Course Wiki** \\ ---- // ... Smith]] | ^ Office: | SP 104.5 | ^ Office Hours: | Tue 10am-12pm; Thu 2-4pm; //and by appointment// | ^ Ph... Coordinates ===== ^ Time (when) | Mon/Wed 1:30--2:45pm | ^ Space (
week7
1 Hits, Last modified:
re for binary semaphores s1 and s2: <code text> 0 <= s1+s2 <= 1 </code> * technique: pass the b... * slides: {{slides.pdf|PDF}} * begin slide 105 **Monitors** * Marc's Lecture Notes: {{ :courses:cs377-201951:cs377-monitors.pdf |PDF}} * Ben-Ari Ch 7