process_shared/spec/process_shared
Patrick Mahoney 6f63c67c6e Split SharedMemory into module and platform dependent bits. Make SharedArray extend platform dependent class. 2012-02-01 19:38:53 -06:00
..
binary_semaphore_spec.rb Add BinarySemaphore (error checking semaphore with max value 1). 2011-12-17 10:15:22 -06:00
condition_variable_spec.rb Initial attempt at ConditionVariable implementation. 2011-12-17 11:05:39 -06:00
libc_spec.rb Initial commit. 2011-12-11 21:39:55 -06:00
mutex_spec.rb Check double-lock in Mutex. Update book keeping on unlock. 2011-12-11 22:57:57 -06:00
psem_spec.rb Initial commit. 2011-12-11 21:39:55 -06:00
semaphore_spec.rb Test Semaphore#try_wait() that doesn't end in ETIMEDOUT. 2011-12-17 10:06:24 -06:00
shared_array_spec.rb Add SharedArray extension of SharedMemory (with Enumerable mixin). 2011-12-17 21:51:22 -06:00
shared_memory_spec.rb Split SharedMemory into module and platform dependent bits. Make SharedArray extend platform dependent class. 2012-02-01 19:38:53 -06:00