aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
Commit message (Expand)AuthorAgeFilesLines
* * cont.c (rb_fiber_current), dln.c (dln_print_undef, dln_undefined),nobu2009-02-011-3/+3
* * thread.c (rb_time_timeval): made a real prototype. a patch fromnobu2009-01-221-1/+1
* * thread.c (rb_thread_execute_interrupts): needsnobu2009-01-191-0/+1
* * vm.c: add a prefix "rb_" to exposed functionsko12009-01-191-3/+3
* * thread.c (thread_start_func_2): call ruby_cleanup() if thread isko12009-01-161-1/+1
* * thread.c (rb_thread_execute_interrupts): if signal is alreadymame2009-01-151-2/+7
* * thread.c (call_trace_proc): as Matz said ([ruby-core:21183]),ko12009-01-151-2/+3
* * include/ruby/intern.h, thread.c, win32/Makefile.sub (rb_fdset_t,usa2009-01-131-0/+46
* * thread.c: fix comment (terminology: Global VM Lock).ko12009-01-121-6/+40
* rdoc update.kazu2009-01-051-1/+1
* * thread.c (rb_thread_blocking_region): add a comment.ko12008-12-301-1/+72
* * thread.c (rb_mutex_trylock): return false if Mutex ownedko12008-12-291-4/+5
* * thread.c (mutex_free, mutex_unlock): add qualifiers.mame2008-12-281-3/+3
* * thread.c (mutex_free): GC thread (main thread) has failed to unlockmame2008-12-281-7/+7
* * process.c (after_exec): needs to reset before restart timernobu2008-12-271-0/+3
* * thread.c (rb_thread_atfork, rb_thread_atfork_before_exec): DRY.nobu2008-12-271-24/+21
* * thread.c (thread_start_func_2): sets native thread key.nobu2008-12-241-0/+2
* rdoc update.akr2008-12-221-1/+1
* * thread.c (sleep_timeval): cast tv_usec to long to shut upmatz2008-12-151-2/+2
* * thread.c (rb_mutex_unlock): shut up warning. a patch frommatz2008-12-101-1/+1
* * compile.c (iseq_compile_each), gc.c (assign_heap_slot),nobu2008-12-091-11/+12
* move the previous comment.akr2008-12-021-0/+28
* * gc.c (ruby_stack_check): no check if using sigaltstack.nobu2008-11-271-0/+8
* * process.c (rb_fork): stops the timer thread during fork.nobu2008-11-241-0/+1
* * thread.c (rb_barrier_wait): gets rid of recursive deadlock.nobu2008-11-131-0/+3
* * thread.c (rb_barrier_{new,wait,release,destroy}): use Mutex so thatnobu2008-11-121-134/+14
* * load.c (rb_require_safe): destroys barrier after successfullynobu2008-11-111-5/+31
* * thread_pthread.c (thread_timer): checks working flags again.nobu2008-11-081-2/+2
* * thread.c (rb_thread_stop_timer_thread): terminates timer threadnobu2008-11-061-4/+4
* * include/ruby/intern.h (rb_mutex_synchronize): fixed prototype.nobu2008-11-031-1/+1
* * thread.c (blocking_region_{begin,end}): declared as inline.nobu2008-10-261-3/+3
* * thread.c (rb_thread_wait_fd_rw): should not block by select ifmatz2008-10-081-0/+1
* * thread.c (thlist_signal): clears the woken thread if nothing woke.nobu2008-09-261-3/+6
* * include/rubysig.h: old macros for backward compatibility.nobu2008-09-261-12/+57
* * thread.c (rb_thread_blocking_region): fix typo in a document.ko12008-09-231-1/+2
* * thread.c (rb_thread_blocking_region): write a documentko12008-09-231-0/+28
* * thread.c, include/ruby/intern.h (rb_thread_interrupted): added.ko12008-09-231-0/+9
* * common.mk: clean upko12008-09-231-1/+0
* * iseq.c (iseq_data_to_ary): make it static.ko12008-09-041-1/+1
* * thread.c (rb_thread_critical): removed.ko12008-09-041-2/+0
* * thread.c (rb_thread_check_trap_pending): added for compatibility.ko12008-09-041-0/+10
* * vm_core.h (struct rb_vm_struct): replaced signal staff with trapnobu2008-09-041-6/+6
* fix a typo.akr2008-08-311-1/+1
* * include/ruby/intern.h: rename RB_UBF_DFL toko12008-08-311-2/+2
* * include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu2008-08-161-0/+1
* * thread.c (rb_thread_priority_set): get rid of C99 feature.nobu2008-08-141-1/+1
* * thread.c (rb_thread_execute_interrupts): switch eventko12008-08-131-5/+1
* * thread.c (rb_thread_check_ints): added. please note thatko12008-08-131-0/+13
* * thread.c, vm_core.h: add manual priority supportko12008-08-131-1/+38
* * thread.c (thread_start_func_2): propagates fatal error and systemnobu2008-08-051-5/+19