process_shared/spec
Marc Siegel 49773b66f4 Add Semaphore#to_mtx returning an unchecked mutex-like facade
Because there is a very significant performance hit for using the
mutex implementation, which correctly checks ownership, this
implementation formalizes treating a raw semaphore as a faster,
unchecked implementation of mutex.
2013-12-30 13:20:29 -05:00
..
mach Use original fork in mach unit test rather than possibly overridden fork. 2012-02-08 21:29:03 -06:00
process_shared Add Semaphore#to_mtx returning an unchecked mutex-like facade 2013-12-30 13:20:29 -05:00
spec_helper.rb Add LockBehavior to semaphore spec. 2012-02-23 21:37:19 -06:00