Skip to content
Snippets Groups Projects
Commit 28adf6f2 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Removed item rwlocks implementation.

This was not a feasible way to lock the items
  - there was no way to atomically acquire the lock and save
    the information to the structure.
Consider using some totally diffrent technique - copy-on-write,
  RCU, etc.
parent a1e0eef3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment