-
Notifications
You must be signed in to change notification settings - Fork 0
rebelice/rwlock
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a simple implementation of rwlock. Usage: help Display this information. make Compile the project. make run [options] Run the test. Options: READER=<num> Set up <num>(default=5) readers. Can not be greater than ASIZE(default=100). WRITER=<num> Set up <num>(default=1) writers. make check Check the log file.
About
A simple implementation of rwlock.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published