aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.c
Commit message (Expand)AuthorAgeFilesLines
* * thread_pthread.c (register_cached_thread_and_wait): move invalidnobu2011-02-061-1/+4
* * thread.c (thread_cleanup_func): Moved interrupted_lockkosaki2010-12-201-1/+0
* * thread_pthread.c (native_thread_destroy): Fixed gvl_cond leak.kosaki2010-12-201-0/+1
* * thread_pthread.c (NATIVE_MUTEX_LOCK_DEBUG): move and use it.ko12010-11-281-3/+3
* * thread_pthread.c: remove pthread_atfork().ko12010-11-281-35/+12
* * thread_pthread.c (native_cond_*): Check return code.ko12010-11-281-4/+17
* * thread_pthread.c (thread_start_func_1): initialize native threadnobu2010-11-281-6/+11
* * thread_pthread.c (gvl_release, gvl_init): suppress warnings.nobu2010-11-281-2/+4
* * thread_pthread.c (gvl_reinit): register atfork hander only innobu2010-11-281-4/+8
* * thread.c, vm_core.h: make gvl_acquire/release/init/destructko12010-11-271-5/+161
* * thread_pthread.c (native_sleep): suppress a warning for platformsakr2010-08-191-1/+1
* * thread_pthread.c (get_stack): fix memory leak; pthread_attr_destorymame2010-07-221-2/+0
* * thread_pthread.c (thread_start_func_1): don't callnaruse2010-07-011-0/+2
* * thread_pthread.c (get_stack): use pthread_getthrds_np() for AIX.kanemoto2010-06-291-0/+12
* * vm.c (Init_BareVM): call Init_native_thread here.akr2010-06-051-1/+1
* * vm_core.c (rb_thread_struct): add a field for sigaltstack.mame2010-05-131-0/+1
* * cont.c (stackgrowdirection): removed duplicated code, usenobu2010-05-081-8/+0
* * gc.c (GET_STACK_BOUNDS): fixed macro argument names. a patch fromnobu2010-04-141-2/+2
* * thread_pthread.c (native_thread_init_stack): use get_stack.naruse2010-02-041-22/+13
* * thread_pthread.c: DragonFlyBSD is also the same as FreeBSDnaruse2010-02-031-3/+3
* * thread_pthread.c (ruby_init_stack): use pthread_get_attr_npnaruse2010-02-031-7/+16
* removes the dtrace support. reverts r26239, r26238 and r26235.yugui2010-01-051-2/+0
* * trace.h: new file. wraps tracing mechanisms.yugui2010-01-031-0/+2
* * thread_pthread.c (native_mutex_reinitialize_atfork): release andnobu2009-12-101-1/+4
* * include/ruby/ruby.h (rb_bug_errno): declared.akr2009-11-241-11/+11
* * include/ruby/intern.h (rb_strerrno): declared.akr2009-11-241-11/+11
* * thread_pthread.c (RUBY_STACK_MIN, RUBY_STACK_SPACE): delay fornobu2009-11-231-7/+9
* * thread.c (rb_thread_atfork_internal): reinitialize global locknobu2009-11-181-0/+2
* * thread_pthread.c: removed last comma of enum.nobu2009-11-121-1/+1
* * thread.c (thread_create_core): moved failure handling fromnobu2009-11-121-5/+0
* * thread_pthread.c (native_thread_create): constified.nobu2009-11-121-13/+18
* * thread_pthread.c (native_stop_timer_thread): delay joinning timerusa2009-11-021-1/+3
* * thread_pthread.c (native_stop_timer_thread): need to join timer threadusa2009-11-021-1/+1
* * thread_{pthread,win32}.c (native_stop_timer_thread): join the threadusa2009-11-021-0/+7
* * thread_pthread.c (rb_thread_create_timer_thread): print fatal errorko12009-06-071-1/+2
* * eval.c (ruby_cleanup): the order of local variables on stack isnobu2009-04-191-2/+2
* * thread_pthread.c (ruby_init_stack): range of rlim_cur may benobu2009-03-111-2/+2
* * gc.c (ruby_get_stack_grow_direction): no needs to use threadnobu2009-02-271-1/+1
* thread_pthread.c (native_thread_create) [__SYMBIAN32__]: reduced pthread stac...azav2009-02-061-2/+6
* * thread.c (rb_thread_execute_interrupts): needsnobu2009-01-191-2/+0
* * signal.c (rb_signal_buff_size): defined for check whether signalnaruse2009-01-011-4/+9
* * compile.c (iseq_compile_each), gc.c (assign_heap_slot),nobu2008-12-091-3/+3
* * gc.c (ruby_stack_check): no check if using sigaltstack.nobu2008-11-271-0/+104
* * thread_pthread.c (thread_timer): checks working flags again.nobu2008-11-081-4/+9
* * thread_pthread.c (rb_thread_create_timer_thread): do not wait nevernobu2008-11-071-2/+3
* * thread_pthread.c (native_cond_timedwait): returns error code.nobu2008-11-071-4/+4
* * thread_pthread.c (thread_timer, rb_thread_create_timer_thread):nobu2008-11-071-9/+27
* * thread_pthread.c (thread_timer): fixed typo.nobu2008-11-071-1/+1
* * thread_pthread.c (thread_timer): initializes mutex each time.nobu2008-11-071-1/+2
* * thread.c (thread_timer): pthread_cond_timedwait returns ETIMEDOUTnobu2008-11-061-1/+1