Class: Process::Waiter

Inherits:
Thread show all
Defined in:
process.c

Instance Method Summary collapse

Methods inherited from Thread

DEBUG, DEBUG=, #[], #[]=, #abort_on_exception, abort_on_exception, #abort_on_exception=, abort_on_exception=, #add_trace_func, #alive?, #backtrace, #backtrace_locations, current, exit, #exit, fork, #group, handle_interrupt, #initialize, #inspect, #join, #key?, #keys, #kill, kill, list, main, new, pass, #pending_interrupt?, pending_interrupt?, #priority, #priority=, #raise, #run, #safe_level, #set_trace_func, start, #status, stop, #stop?, #terminate, #thread_variable?, #thread_variable_get, #thread_variable_set, #thread_variables, #value, #wakeup

Constructor Details

This class inherits a constructor from Thread

Instance Method Details

#pidObject



1039
1040
1041
1042
1043
# File 'process.c', line 1039

static VALUE
detach_process_pid(VALUE thread)
{
    return rb_thread_local_aref(thread, id_pid);
}