| Commit message (Expand) | Author | Age | Files | Lines |
* | * thread_pthread.c (get_stack): fix memory leak; pthread_attr_destory | mame | 2010-07-22 | 1 | -2/+0 |
* | * thread_pthread.c (thread_start_func_1): don't call | naruse | 2010-07-01 | 1 | -0/+2 |
* | * thread_pthread.c (get_stack): use pthread_getthrds_np() for AIX. | kanemoto | 2010-06-29 | 1 | -0/+12 |
* | * vm.c (Init_BareVM): call Init_native_thread here. | akr | 2010-06-05 | 1 | -1/+1 |
* | * vm_core.c (rb_thread_struct): add a field for sigaltstack. | mame | 2010-05-13 | 1 | -0/+1 |
* | * cont.c (stackgrowdirection): removed duplicated code, use | nobu | 2010-05-08 | 1 | -8/+0 |
* | * gc.c (GET_STACK_BOUNDS): fixed macro argument names. a patch from | nobu | 2010-04-14 | 1 | -2/+2 |
* | * thread_pthread.c (native_thread_init_stack): use get_stack. | naruse | 2010-02-04 | 1 | -22/+13 |
* | * thread_pthread.c: DragonFlyBSD is also the same as FreeBSD | naruse | 2010-02-03 | 1 | -3/+3 |
* | * thread_pthread.c (ruby_init_stack): use pthread_get_attr_np | naruse | 2010-02-03 | 1 | -7/+16 |
* | removes the dtrace support. reverts r26239, r26238 and r26235. | yugui | 2010-01-05 | 1 | -2/+0 |
* | * trace.h: new file. wraps tracing mechanisms. | yugui | 2010-01-03 | 1 | -0/+2 |
* | * thread_pthread.c (native_mutex_reinitialize_atfork): release and | nobu | 2009-12-10 | 1 | -1/+4 |
* | * include/ruby/ruby.h (rb_bug_errno): declared. | akr | 2009-11-24 | 1 | -11/+11 |
* | * include/ruby/intern.h (rb_strerrno): declared. | akr | 2009-11-24 | 1 | -11/+11 |
* | * thread_pthread.c (RUBY_STACK_MIN, RUBY_STACK_SPACE): delay for | nobu | 2009-11-23 | 1 | -7/+9 |
* | * thread.c (rb_thread_atfork_internal): reinitialize global lock | nobu | 2009-11-18 | 1 | -0/+2 |
* | * thread_pthread.c: removed last comma of enum. | nobu | 2009-11-12 | 1 | -1/+1 |
* | * thread.c (thread_create_core): moved failure handling from | nobu | 2009-11-12 | 1 | -5/+0 |
* | * thread_pthread.c (native_thread_create): constified. | nobu | 2009-11-12 | 1 | -13/+18 |
* | * thread_pthread.c (native_stop_timer_thread): delay joinning timer | usa | 2009-11-02 | 1 | -1/+3 |
* | * thread_pthread.c (native_stop_timer_thread): need to join timer thread | usa | 2009-11-02 | 1 | -1/+1 |
* | * thread_{pthread,win32}.c (native_stop_timer_thread): join the thread | usa | 2009-11-02 | 1 | -0/+7 |
* | * thread_pthread.c (rb_thread_create_timer_thread): print fatal error | ko1 | 2009-06-07 | 1 | -1/+2 |
* | * eval.c (ruby_cleanup): the order of local variables on stack is | nobu | 2009-04-19 | 1 | -2/+2 |
* | * thread_pthread.c (ruby_init_stack): range of rlim_cur may be | nobu | 2009-03-11 | 1 | -2/+2 |
* | * gc.c (ruby_get_stack_grow_direction): no needs to use thread | nobu | 2009-02-27 | 1 | -1/+1 |
* | thread_pthread.c (native_thread_create) [__SYMBIAN32__]: reduced pthread stac... | azav | 2009-02-06 | 1 | -2/+6 |
* | * thread.c (rb_thread_execute_interrupts): needs | nobu | 2009-01-19 | 1 | -2/+0 |
* | * signal.c (rb_signal_buff_size): defined for check whether signal | naruse | 2009-01-01 | 1 | -4/+9 |
* | * compile.c (iseq_compile_each), gc.c (assign_heap_slot), | nobu | 2008-12-09 | 1 | -3/+3 |
* | * gc.c (ruby_stack_check): no check if using sigaltstack. | nobu | 2008-11-27 | 1 | -0/+104 |
* | * thread_pthread.c (thread_timer): checks working flags again. | nobu | 2008-11-08 | 1 | -4/+9 |
* | * thread_pthread.c (rb_thread_create_timer_thread): do not wait never | nobu | 2008-11-07 | 1 | -2/+3 |
* | * thread_pthread.c (native_cond_timedwait): returns error code. | nobu | 2008-11-07 | 1 | -4/+4 |
* | * thread_pthread.c (thread_timer, rb_thread_create_timer_thread): | nobu | 2008-11-07 | 1 | -9/+27 |
* | * thread_pthread.c (thread_timer): fixed typo. | nobu | 2008-11-07 | 1 | -1/+1 |
* | * thread_pthread.c (thread_timer): initializes mutex each time. | nobu | 2008-11-07 | 1 | -1/+2 |
* | * thread.c (thread_timer): pthread_cond_timedwait returns ETIMEDOUT | nobu | 2008-11-06 | 1 | -1/+1 |
* | * thread_pthread.c (thread_timer): uses pthread_cond_timedwait always | nobu | 2008-11-06 | 1 | -27/+0 |
* | * thread.c (thread_timer): uses timedwait on cygwin. | nobu | 2008-11-06 | 1 | -4/+42 |
* | * thread.c (rb_thread_stop_timer_thread): terminates timer thread | nobu | 2008-11-06 | 1 | -14/+18 |
* | * thread.c, vm_core.h: add manual priority support | ko1 | 2008-08-13 | 1 | -0/+5 |
* | * configure.in (shutdown, sched_yield, pthread_attr_setinheritsched): | nobu | 2008-08-08 | 1 | -4/+4 |
* | * eval_intern.h: Add support to Haiku. see [ruby-core:18110] | naruse | 2008-08-06 | 1 | -0/+6 |
* | * thread.c (thread_start_func_2): wake up joining threads. | nobu | 2008-07-16 | 1 | -14/+1 |
* | * thread.c (sleep_forever): wait until timed out. [ruby-core:17270] | nobu | 2008-07-09 | 1 | -15/+2 |
* | * thread_{pthread,win32}.c (native_sleep): wait until timed out. | nobu | 2008-07-09 | 1 | -2/+15 |
* | * thread_{pthread,win32}.c (rb_thread_create_timer_thread): needs more | nobu | 2008-07-09 | 1 | -1/+2 |
* | * thread_pthread.c (ruby_init_stack): prior STACK_END_ADDRESS if | nobu | 2008-07-06 | 1 | -0/+8 |