Ticket #15 (closed enhancement: fixed)
Implement rwlocks for uspace
| Reported by: | jermar | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.4.1 |
| Component: | helenos/lib/c | Version: | mainline |
| Keywords: | Cc: | ||
| Blocker for: | Depends on: | ||
| See also: |
Description
For example, there are many places in the emerging VFS layer that can benefit from the read-mostly situation and synchronization offered by readers-writer locks.
There is a non-starving implementation of rwlocks in the kernel, but it heavily interacts with the wait queue mechanism and is not suitable for uspace. A more lightweight implementation based on futexes should be created.
Change History
Note: See
TracTickets for help on using
tickets.
