summaryrefslogtreecommitdiff
path: root/thread_pthread.c
Commit message (Expand)AuthorAgeFilesLines
* revert r46667 and r46669 because they introduced SEGV on CentOS.usa2014-07-031-65/+30
* * thread_pthread.c: fixed compile error on linux.usa2014-07-031-0/+8
* merge revision(s) 44712,44715,44716,44722,44725,44726,44753: [Backport #9454]...usa2014-07-031-30/+57
* merge revision(s) r44670,r44671,r44673,r44675: [Backport #8783]nagachika2014-02-161-9/+8
* merge revision(s) 40498:nagachika2013-05-011-0/+1
* merge revision(s) 40476: [Backport #8332]nagachika2013-04-261-0/+1
* merge revision(s) 40102: [Backport #8234]nagachika2013-04-191-21/+29
* merge revision(s) 40103: [Backport #8235]nagachika2013-04-191-6/+3
* merge revision(s) 39772,39773: [Backport #8080]nagachika2013-03-201-0/+3
* merge revision(s) 39679,39682,39683,39685,39686,39694: [Backport #7999]nagachika2013-03-111-59/+116
* merge revision(s) 39680,39681: [Backport #8063]nagachika2013-03-111-13/+12
* * thread_pthread.c (ruby_init_stack): ignore `STACK_END_ADDRESS'ko12013-01-231-0/+21
* * thread_pthread.c (gvl_init): Reset gvl.wait_yield explicitly whenkosaki2013-01-151-0/+1
* * configure.in (OBJCOPY): Fixes build error for NativeClient.yugui2013-01-031-1/+1
* adjust stylenobu2012-12-291-1/+1
* * vm.c: support variable VM/Machine stack sizes.ko12012-12-191-22/+19
* * thread_pthread.c (rb_reserved_fd_p): fix typo in macro checkkosaki2012-11-051-1/+1
* * thread_pthread.c (native_thread_init, native_thread_destroy):kosaki2012-11-051-4/+0
* thread_pthread.c: RUBY_STACK_MINnobu2012-11-011-8/+8
* thread_pthread.c: precise stack sizenobu2012-10-041-2/+10
* * thread_pthread.c (RUBY_STACK_MIN_LIMIT): name magic number.nobu2012-10-041-19/+21
* thread_pthread.c: init stack with ulimitnobu2012-10-031-1/+11
* * thread_pthread.c (native_cond_initialize): destroy condattrkosaki2012-09-201-0/+1
* * thread_pthread.c (native_cond_initialize): clean up #ifdef condition.kosaki2012-09-201-4/+3
* adjust stylenobu2012-09-041-1/+2
* thread_pthread.c: STACK_GROW_DIR_DETECTIONnobu2012-07-211-0/+1
* * thread_pthread.c: use #ifdef, not #if.naruse2012-07-191-2/+2
* * thread_pthread.c (register_cached_thread_and_wait):ko12012-06-261-2/+8
* * eval.c: Add doxygen comments.yugui2012-06-141-0/+4
* * thread_pthread.c (get_stack): Linux is the only OS which includesnaruse2012-06-131-15/+12
* thread_pthread.c: suppress warningnobu2012-06-131-0/+2
* * thread_pthread.c (rb_thread_create_timer_thread): assign returnnaruse2012-06-101-1/+2
* * thread_pthread.c (native_cond_initialize): fix typo in r36022.naruse2012-06-101-1/+1
* Fixes threading on NativeClient.yugui2012-06-101-65/+132
* gc.h: IS_STACK_DIR_UPPERnobu2012-06-101-1/+1
* thread_pthread.c: adjust stack sizenobu2012-06-101-8/+6
* thread_pthread.c: adjust stack sizenobu2012-06-101-2/+3
* thread_pthread.c: use stack infonobu2012-06-081-2/+2
* * thread_pthread.c (rb_thread_create_timer_thread): Added errorkosaki2012-05-181-4/+8
* fix NaCl supportnobu2012-05-171-2/+2
* * thread.c, thread_pthread.c: Moved pthread-specific preprocessoryugui2012-05-171-1/+5
* Imports Ruby's port to NativeClient (a.k.a NaCl).yugui2012-05-171-0/+19
* * thread_pthread.c: add prototype declarations for older Mac OS X.nobu2012-04-101-0/+2
* * adjust style.nobu2012-03-151-1/+2
* * thread_pthread.c (native_cond_timeout): cast explicitly to suppressnobu2012-03-021-1/+1
* * thread_pthread.c (ping_signal_thread_list): remove return value.nagachika2011-12-221-6/+13
* * thread_pthread.c (ubf_select): call rb_thread_wakeup_timer_thread()naruse2011-12-141-2/+3
* * thread_pthread.c (rb_thread_create_timer_thread): fix memoryokkez2011-12-131-0/+1
* * thread_pthread.c (thread_timer): call prctl(PR_SET_NAME) only ifnagachika2011-12-011-1/+1
* * configure.in: add sys/prctl.h test.kosaki2011-11-301-0/+7