summaryrefslogtreecommitdiffstats
path: root/thread.c
Commit message (Expand)AuthorAgeFilesLines
* doc fix: mutex.lock => self [ruby-core:27115]naruse2009-12-131-1/+1
* * thread.c (rb_thread_atfork_internal): reinitialize global locknobu2009-11-181-0/+1
* * thread.c (terminate_atfork_i): all mutex locks by other threadsnobu2009-11-181-0/+18
* * thread.c (thread_cleanup_func): delete locking_mutex when threadmame2009-11-151-0/+1
* * thread.c (thread_start_func_2): see first_func, not first_proc,nobu2009-11-131-2/+2
* * thread.c (thread_create_core): moved failure handling fromnobu2009-11-121-1/+7
* * thread.c (blocking_region_begin): define before BLOCKING_REGION.akr2009-11-101-10/+11
* * thread.c (rb_gc_save_machine_context): don't save the stack pointerakr2009-11-091-17/+18
* fix typos.akr2009-11-031-5/+5
* * thread_{pthread,win32}.c (native_stop_timer_thread): join the threadusa2009-11-021-3/+2
* * thread.c (rb_thread_blocking_region): reverted r25566, and addednobu2009-10-301-34/+5
* * thread.c (rb_thread_blocking_region): standard C doesn't acceptusa2009-10-301-2/+4
* * thread.c (rb_thread_blocking_region): must ensure to unlock GVL.nobu2009-10-301-1/+29
* * 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