Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2089 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | #include <synch/condvar.h> |
38 | #include <synch/condvar.h> |
39 | #include <synch/mutex.h> |
39 | #include <synch/mutex.h> |
40 | #include <synch/waitq.h> |
40 | #include <synch/waitq.h> |
41 | #include <synch/synch.h> |
41 | #include <synch/synch.h> |
42 | #include <arch.h> |
42 | #include <arch.h> |
43 | #include <typedefs.h> |
- | |
44 | 43 | ||
45 | /** Initialize condition variable. |
44 | /** Initialize condition variable. |
46 | * |
45 | * |
47 | * @param cv Condition variable. |
46 | * @param cv Condition variable. |
48 | */ |
47 | */ |