aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.c
Commit message (Expand)AuthorAgeFilesLines
* move rb_thread_t::interrupt_flag and maskko12017-11-061-1/+1
* Use rb_execution_context_t instead of rb_thread_tko12017-10-261-19/+17
* thread_pthread: do not corrupt stacknormal2017-10-231-2/+3
* Drop to support NaCl platform.hsbt2017-10-231-6/+1
* thread_pthread.c: do not wakeup inside child processesnormal2017-09-301-6/+10
* move th->machine to ec->machine.ko12017-09-101-16/+16
* thread_win32.c: set thread namenobu2017-08-261-0/+11
* a64: fix crash on register stack mark/sweep passtakano322017-07-101-6/+6
* thread_pthread.c: workaround for valgrind on Macnobu2017-06-091-1/+9
* thread_pthread: retry timer thread creation w/o attr on EINVALnormal2017-05-241-2/+13
* [DOC] replace Fixnum with Integer [ci skip]nobu2016-10-261-1/+1
* thread_pthread.c: check stack on co-routine casenobu2016-09-031-1/+4
* thread_pthread.c: no fork, no gvl_atforknobu2016-05-201-0/+2
* thread.c: defer setting name in initializenobu2016-04-151-2/+5
* * thread_pthread.c (reserve_stack): fix reserving position wherenaruse2016-03-241-6/+20
* * 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