Skip to content

rebelice/rwlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

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