process_shared/lib/process_shared
Patrick Mahoney 893c457b35 Make ffi type to getter/setter method search more robust to work in 1.8 and 1.9. 2011-12-21 08:14:20 -06:00
..
abstract_semaphore.rb Add Semaphore#try_wait. Fix libpsem to convert relative timeout to absolute timeout. 2011-12-17 09:58:10 -06:00
binary_semaphore.rb Add BinarySemaphore (error checking semaphore with max value 1). 2011-12-17 10:15:22 -06:00
bounded_semaphore.rb Expand documentation; fix markup. 2011-12-12 22:02:00 -06:00
condition_variable.rb Avoid possible race in ConditionVariable where new processes begin waiting while #broadcast is running. 2011-12-20 22:12:25 -06:00
define_singleton_method.rb Add backwards compatibility define_singleton_method for Ruby 1.8. 2011-12-12 20:51:06 -06:00
libc.rb Initial commit. 2011-12-11 21:39:55 -06:00
mutex.rb Add minor explanatory comment. 2011-12-17 10:07:24 -06:00
posix_call.rb Expand documentation; fix markup. 2011-12-12 22:02:00 -06:00
process_error.rb Initial commit. 2011-12-11 21:39:55 -06:00
psem.rb Add Semaphore#try_wait. Fix libpsem to convert relative timeout to absolute timeout. 2011-12-17 09:58:10 -06:00
rt.rb Initial commit. 2011-12-11 21:39:55 -06:00
semaphore.rb Add Semaphore#try_wait. Fix libpsem to convert relative timeout to absolute timeout. 2011-12-17 09:58:10 -06:00
shared_array.rb Make ffi type to getter/setter method search more robust to work in 1.8 and 1.9. 2011-12-21 08:14:20 -06:00
shared_memory.rb Fix object writing and reading for Ruby 1.8 IO differences. 2011-12-21 07:58:55 -06:00
shared_memory_io.rb Fix object writing and reading for Ruby 1.8 IO differences. 2011-12-21 07:58:55 -06:00
with_self.rb Expand documentation; fix markup. 2011-12-12 22:02:00 -06:00