summaryrefslogtreecommitdiff
path: root/thread_pthread.c
AgeCommit message (Expand)Author
2013-01-03* configure.in (OBJCOPY): Fixes build error for NativeClient.yugui
2012-12-29adjust stylenobu
2012-12-19* vm.c: support variable VM/Machine stack sizes.ko1
2012-11-05* thread_pthread.c (rb_reserved_fd_p): fix typo in macro checkkosaki
2012-11-05* thread_pthread.c (native_thread_init, native_thread_destroy):kosaki
2012-11-01thread_pthread.c: RUBY_STACK_MINnobu
2012-10-04thread_pthread.c: precise stack sizenobu
2012-10-04* thread_pthread.c (RUBY_STACK_MIN_LIMIT): name magic number.nobu
2012-10-03thread_pthread.c: init stack with ulimitnobu
2012-09-20* thread_pthread.c (native_cond_initialize): destroy condattrkosaki
2012-09-20* thread_pthread.c (native_cond_initialize): clean up #ifdef condition.kosaki
2012-09-04adjust stylenobu
2012-07-21thread_pthread.c: STACK_GROW_DIR_DETECTIONnobu
2012-07-19* thread_pthread.c: use #ifdef, not #if.naruse
2012-06-26* thread_pthread.c (register_cached_thread_and_wait):ko1
2012-06-14* eval.c: Add doxygen comments.yugui
2012-06-13* thread_pthread.c (get_stack): Linux is the only OS which includesnaruse
2012-06-13thread_pthread.c: suppress warningnobu
2012-06-10* thread_pthread.c (rb_thread_create_timer_thread): assign returnnaruse
2012-06-10* thread_pthread.c (native_cond_initialize): fix typo in r36022.naruse
2012-06-10Fixes threading on NativeClient.yugui
2012-06-10gc.h: IS_STACK_DIR_UPPERnobu
2012-06-10thread_pthread.c: adjust stack sizenobu
2012-06-10thread_pthread.c: adjust stack sizenobu
2012-06-08thread_pthread.c: use stack infonobu
2012-05-18* thread_pthread.c (rb_thread_create_timer_thread): Added errorkosaki
2012-05-17fix NaCl supportnobu
2012-05-17* thread.c, thread_pthread.c: Moved pthread-specific preprocessoryugui
2012-05-17Imports Ruby's port to NativeClient (a.k.a NaCl).yugui
2012-04-10* thread_pthread.c: add prototype declarations for older Mac OS X.nobu
2012-03-15* adjust style.nobu
2012-03-02* thread_pthread.c (native_cond_timeout): cast explicitly to suppressnobu
2011-12-22* thread_pthread.c (ping_signal_thread_list): remove return value.nagachika
2011-12-14* thread_pthread.c (ubf_select): call rb_thread_wakeup_timer_thread()naruse
2011-12-13* thread_pthread.c (rb_thread_create_timer_thread): fix memoryokkez
2011-12-01* thread_pthread.c (thread_timer): call prctl(PR_SET_NAME) only ifnagachika
2011-11-30* configure.in: add sys/prctl.h test.kosaki
2011-11-27* thread_pthread.c (add_signal_thread_list): suppress warning fornobu
2011-11-09* thread_pthread.c (gvl_yield): don't prevent concurrent sched_yield().kosaki
2011-11-04* whitespace cleanup.nobu
2011-10-30* include/ruby/intern.h (rb_cloexec_pipe): declared.akr
2011-10-22* include/ruby/intern.h (rb_fd_set_cloexec): declared.akr
2011-09-27* thread_pthread.c: make native_fd_select().kosaki
2011-09-21* thread_pthread.c (ubf_select): activate timer thread when interruptnagachika
2011-08-05* thread_pthread.c: fix typo.mrkn
2011-08-04* thread_pthread.c (native_cond_signal): retry to call pthread_cond_signalmrkn
2011-07-19* io.c (rb_update_max_fd): new function.akr
2011-07-10 * thread_pthread.c (get_stack): need to adjust stack addr forkanemoto
2011-07-10* thread_pthread.c (rb_thread_create_timer_thread): removedkosaki
2011-07-10* thread_pthread.c (mutex_debug): use exit(EXIT_FAILURE) instad ofkosaki