process_shared/lib/process_shared
邱博亞 cd0031e36e Fix bug. 2024-03-03 11:46:16 +08:00
..
mach Refactor class hierarchy, implementation selection details. 2012-02-07 23:06:17 -06:00
posix Fix bug. 2024-03-03 11:46:16 +08: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 Refactor class hierarchy, implementation selection details. 2012-02-07 23:06:17 -06:00
condition_variable.rb Fix ConditionVariable#signal to only post if semaphore has waiters 2013-12-27 15:15:07 -05:00
define_singleton_method.rb Add backwards compatibility define_singleton_method for Ruby 1.8. 2011-12-12 20:51:06 -06:00
mach.rb Refactor Mach FFI wrapper; get unit tests working again. 2012-02-08 21:30:18 -06:00
monitor.rb Fix Mutex to allow lock from different Ruby (green) thread in process 2013-12-27 10:46:50 -05:00
monitor_mixin.rb Partial MonitorMixin implementation. 2012-03-29 23:00:52 -05:00
mutex.rb Fix Mutex to allow lock from different Ruby (green) thread in process 2013-12-27 10:46:50 -05:00
object_buffer.rb Refactor class hierarchy, implementation selection details. 2012-02-07 23:06:17 -06:00
open_with_self.rb Refactor class hierarchy, implementation selection details. 2012-02-07 23:06:17 -06:00
process_error.rb Initial commit. 2011-12-11 21:39:55 -06:00
shared_array.rb Refactor class hierarchy, implementation selection details. 2012-02-07 23:06:17 -06:00
shared_memory_io.rb Fix SharedMemoryIO#read for binary data on Ruby 1.9+ 2013-12-27 13:38:23 -05:00
synchronizable_semaphore.rb Slight refactor to share common code path and clarify behavior 2013-12-30 13:22:07 -05:00
time_spec.rb Factor common TimeSpec methods into module. 2012-02-01 20:33:31 -06:00