summaryrefslogtreecommitdiffstats
path: root/thread.c
Commit message (Expand)AuthorAgeFilesLines
* * thread.c: Revert changes to Thread#raise made in r25278 [ruby-core:25367]marcandre2009-10-121-11/+1
* * thread.c: Doc fix for Thread#raisemarcandre2009-10-111-1/+3
* * eval.c (rb_threadptr_errinfo): renamed.nobu2009-10-101-1/+1
* * thread.c (rb_threadptr_execute_interrupts_rec, rb_threadptr_raise): Thread#...marcandre2009-10-101-1/+11
* * thread.c (ruby_suppress_tracing): get rid of clobbering bynobu2009-10-021-1/+2
* * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu2009-09-211-6/+6
* * thread.c: added rdocs.nobu2009-09-171-0/+50
* * thread.c (rb_thread_s_debug_set): set level, not only boolean.nobu2009-09-171-1/+1
* * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor...marcandre2009-09-151-18/+73
* * thread.c (thread_list_access): prototyped.nobu2009-09-131-1/+2
* * thread.c (recursive_*): refactored the access to the inspect table used bymarcandre2009-09-131-59/+83
* * thread.c (thgroup_data_type, mutex_data_type, barrier_data_type):nobu2009-09-091-12/+48
* * include/ruby/st.h (st_hash_func): use st_index_t.nobu2009-09-081-3/+10
* Revert wrong commit r24715 "* thread.c (do_select): suppress warnings."naruse2009-08-301-1/+1
* * thread.c (do_select): suppress warnings.naruse2009-08-301-1/+1
* * thread.c (do_select): rollback r24680. void struct initializer isusa2009-08-281-1/+1
* * thread.c (do_select): suppress warnings.nobu2009-08-261-1/+1
* * thread.c (rb_thread_schedule): don't recur infinitely.akr2009-08-221-7/+23
* * thread.c (rb_check_deadlock): decrease number of sleepers beforemame2009-08-211-0/+1
* * thread.c (rb_thread_terminate_all): do not ignore interrupt whenmatz2009-08-201-4/+8
* * thread.c (recursive_push): need to set UNTRUST. [ruby-dev:38997]matz2009-08-031-0/+1
* * thread.c (recursive_push): untrust internal hash to preventmatz2009-08-031-0/+2
* * thread.c (rb_threadptr_exec_event_hooks): new function tonobu2009-07-051-0/+26
* * thread.c (ruby_thread_stack_overflow): call rb_exc_raise() onmatz2009-06-171-1/+10
* * thread.c, vm_eval.c: add Thread.backtrace.ko12009-06-141-0/+9
* * thread.c: rename functions which require a parameterko12009-06-081-38/+57
* * thread.c (rb_exec_recursive_paired): new function for propernobu2009-05-241-18/+69
* * thread.c: fixed types.nobu2009-05-091-6/+6
* * thread.c (rb_thread_fd_select): new function to call selectmatz2009-04-011-0/+31
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-121-1/+1
* * eval_error.c (error_print): use volatile to suppress warnings.akr2009-02-281-1/+1
* * thread.c (thread_cleanup_func): unlock all locked mutexes even whenmame2009-02-231-11/+11
* * thread.c (thread_start_func_2): do not delete main thread fromnobu2009-02-181-6/+8
* * thread.c: inline should be at beginning of declaration.nobu2009-02-121-2/+2
* * 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