summaryrefslogtreecommitdiff
path: root/thread_pthread.c
AgeCommit message (Expand)Author
2016-03-29merge revision(s) 54256: [Backport #12118] [Backport #12218]usa
2016-03-25merge revision(s) 54000: [Backport #12148]usa
2015-09-29merge revision(s) 51626: [Backport #11457]usa
2015-04-28merge revision(s) 50316: [Backport #11030]usa
2015-04-13merge revision(s) 49452: [Backport #10813]usa
2014-06-19merge revision(s) r44712,r44715,r44716,r44722,r44725,r44726,r44753: [Backport...nagachika
2014-05-07merge revision(s) r45190,r45202,r45204,r45713: [Backport #9586]nagachika
2014-02-22merge revision(s) 44670,44671,44673,44675: [Backport #8783]naruse
2014-02-21merge revision(s) 44925: [Backport #9492]naruse
2013-11-18thread_pthread.c: use get_main_stack properlynobu
2013-11-16* thread_pthread.c (rb_thread_create_timer_thread): Show errorakr
2013-10-03thread_pthread.c: set thread namenobu
2013-09-03thread_pthread.c: fix compile error on HP-UXnobu
2013-08-30thread_pthread.c: fill stack info by creator threadnobu
2013-08-30thread_pthread.c: define attr only if usednobu
2013-08-30thread_pthread.c: get_main_stacknobu
2013-08-30thread_pthread.c: fix vps_pagesizenobu
2013-08-28thread_pthread.c: get_stack on HP-UXnobu
2013-08-28thread_pthread.c: dup codenobu
2013-08-28thread_pthread.c: simplifynobu
2013-07-23* thread_(pthread|win32).h: rename rb_thread_cond_t toko1
2013-07-23* thread_native.h: add rb_nativethread_self() which returnsko1
2013-07-23* thread_pthread.h, thread_win32.h: rename rb_thread_id_t toko1
2013-07-23* thread_native.h: added.ko1
2013-06-07* internal.h (numberof): Gathered from various files.akr
2013-04-27* thread_pthread.c (ruby_init_stack): Add STACK_GROW_DIR_DETECTION.akr
2013-04-26* thread_pthread.c (ruby_init_stack): Add STACK_GROW_DIR_DETECTION.akr
2013-04-04* thread_pthread.c: Fixes wrong scopes of #if USE_SLEEPY_TIMER_THREADyugui
2013-04-04* thread_pthread.c (ruby_init_stack): Avoid using uninitialized value.yugui
2013-03-30timev.h: move time_t stuffsnobu
2013-03-27thread_pthread.c: poll.h is already includednobu
2013-03-26* internal.h: Define TIMET_MAX and TIMET_MIN here.akr
2013-03-16* configure.in: check struct timeval exist or not.kosaki
2013-03-15* thread_pthread.c (numberof): renamed from ARRAY_SIZE() becausekosaki
2013-03-10* thread_pthread.c (ARRAY_SIZE): new.kosaki
2013-03-10* thread_pthread.c (rb_thread_wakeup_timer_thread_fd): add fdkosaki
2013-03-10* thread_pthread.c (ubf_select): add to small comments why wekosaki
2013-03-10* thread_pthread.c (rb_thread_create_timer_thread): factor outkosaki
2013-03-10* thread_pthread.c (consume_communication_pipe): retry whenkosaki
2013-03-10* thread_pthread.c (timer_thread_sleep): use poll() instead ofkosaki
2013-03-10* thread_pthread.c (USE_SLEEPY_TIMER_THREAD): use more accuratekosaki
2013-03-10* thread_pthread.c (set_nonblock): new helper function for set O_NONBLOCK.kosaki
2013-01-23* thread_pthread.c (ruby_init_stack): ignore `STACK_END_ADDRESS'ko1
2013-01-15* thread_pthread.c (gvl_init): Reset gvl.wait_yield explicitly whenkosaki
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