aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.c
Commit message (Expand)AuthorAgeFilesLines
* * thread_pthread.c (getstack): __pi_stacksize returned byodaira2016-03-041-1/+4
* * thread_pthread.c (rb_thread_create_timer_thread): destroy attr evennagachika2015-12-291-3/+1
* thread_pthread.c (rb_thread_create_timer_thread): fix racenormal2015-12-291-2/+3
* * compile.c: fix typos.hsbt2015-12-141-1/+1
* configure.in: split SET_THREAD_NAMEnobu2015-12-031-7/+6
* * thread_pthread.c (register_ubf_list): renamed fromkosaki2015-11-301-111/+61
* Haiku now best effort supportnobu2015-11-231-0/+12
* * thread_pthread.c: fix compile erros whenodaira2015-10-251-0/+6
* thread_pthread.c: async_bug_fdnobu2015-09-061-3/+15
* thread_pthread.c: async bug messagesnobu2015-09-061-13/+14
* * thread_pthread.c (reserve_stack): ensure the memory is reallynaruse2015-08-181-1/+1
* thread_pthread.c: suppress a warningnobu2015-08-141-1/+1
* improve handling of timer thread shutdownnormal2015-08-141-69/+89
* * process.c (redirect_dup2): when the new FD of dup2() coflictsngoto2015-07-161-0/+23
* * process.c (redirect_close, parent_redirect_close): should not closengoto2015-07-151-4/+5
* * configure.in: define SET_THREAD_NAME if it has pthread_set_name_npnaruse2015-06-111-3/+3
* thread_pthread.c: keep sp safe zonenobu2015-04-141-1/+7
* thread_pthread.c: use rb_pid_tnobu2015-03-011-1/+1
* thread_pthread.c: Fix intermittent SIGBUS on Linuxnobu2015-01-311-0/+37
* thread.c: micro-optimize thread create/joinnormal2015-01-281-25/+24
* * thread_pthread.c (native_set_thread_name): New function toakr2014-09-211-0/+33
* * symbian/*: removed Symbian support.hsbt2014-09-041-1/+1
* thread_pthread: prefer rb_nativethread* types/functionsnormal2014-08-151-18/+18
* thread.c: fix for non-scalar pthread_tnobu2014-06-111-1/+5
* thread_pthread.c: timer thread flagnobu2014-06-111-8/+13
* thread_pthread.c: variable for errnonobu2014-05-101-7/+12
* thread_pthread.c: timer_thread_pipe structnobu2014-05-101-18/+23
* thread_pthread.c: compare with pthread_equalnobu2014-05-101-1/+1
* thread_pthread.c: variable for errnonobu2014-05-101-7/+8
* thread_*.c: constifynobu2014-05-091-1/+1
* configure.in: define SET_THREAD_NAMEnobu2014-02-271-4/+2
* configure.in: use pthread_setname_np only if availablenobu2014-02-131-1/+1
* thread_pthread.c: use get_stacknobu2014-01-281-20/+21
* * thread_pthread.c: rlimit is only available on Linux.naruse2014-01-281-1/+1
* vm_core.h: rb_thread_struct::machinenobu2014-01-281-16/+16
* thread_pthread.c: cast to size_tnobu2014-01-271-1/+1
* thread_pthread.c: get current main thread stack sizenobu2014-01-271-0/+8
* thread_pthread.c: fix for dynamic PTHREAD_STACK_MINnobu2014-01-211-7/+5
* * thread_pthread.c (rb_thread_create_timer_thread): fix missing paren.nobu2014-01-211-1/+1
* thread_pthread.c: expand timer thread stack sizenobu2014-01-211-2/+2
* thread_pthread.c: timer thread stack sizenobu2014-01-211-8/+9
* thread_pthread.c: use get_main_stack properlynobu2013-11-181-10/+15
* * thread_pthread.c (rb_thread_create_timer_thread): Show errorakr2013-11-161-2/+2
* thread_pthread.c: set thread namenobu2013-10-031-3/+10
* thread_pthread.c: fix compile error on HP-UXnobu2013-09-031-1/+3
* thread_pthread.c: fill stack info by creator threadnobu2013-08-301-0/+16
* thread_pthread.c: define attr only if usednobu2013-08-301-4/+6
* thread_pthread.c: get_main_stacknobu2013-08-301-1/+4
* thread_pthread.c: fix vps_pagesizenobu2013-08-301-3/+4
* thread_pthread.c: get_stack on HP-UXnobu2013-08-281-0/+42