process_shared/spec/process_shared
Patrick Mahoney cc663a8d7f Add SharedMemory#write_object and #read_object; add SharedMemoryIO helper. 2011-12-20 22:09:38 -06:00
..
binary_semaphore_spec.rb Add BinarySemaphore (error checking semaphore with max value 1). 2011-12-17 10:15:22 -06:00
bounded_semaphore_spec.rb Initial commit. 2011-12-11 21:39:55 -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 Add SharedMemory#write_object and #read_object; add SharedMemoryIO helper. 2011-12-20 22:09:38 -06:00