aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* thread_pthread.c: dup codenobu2013-08-281-2/+1
* thread_pthread.c: simplifynobu2013-08-281-11/+4
* * thread_(pthread|win32).h: rename rb_thread_cond_t toko12013-07-231-16/+16
* * thread_native.h: add rb_nativethread_self() which returnsko12013-07-231-0/+6
* * thread_pthread.h, thread_win32.h: rename rb_thread_id_t toko12013-07-231-2/+2
* * thread_native.h: added.ko12013-07-231-1/+1
* * internal.h (numberof): Gathered from various files.akr2013-06-071-4/+0
* * thread_pthread.c (ruby_init_stack): Add STACK_GROW_DIR_DETECTION.akr2013-04-271-0/+1
* * thread_pthread.c (ruby_init_stack): Add STACK_GROW_DIR_DETECTION.akr2013-04-261-0/+1
* * thread_pthread.c: Fixes wrong scopes of #if USE_SLEEPY_TIMER_THREADyugui2013-04-041-6/+3
* * thread_pthread.c (ruby_init_stack): Avoid using uninitialized value.yugui2013-04-041-21/+29
* timev.h: move time_t stuffsnobu2013-03-301-10/+0
* thread_pthread.c: poll.h is already includednobu2013-03-271-3/+0
* * internal.h: Define TIMET_MAX and TIMET_MIN here.akr2013-03-261-2/+0
* * configure.in: check struct timeval exist or not.kosaki2013-03-161-0/+3
* * thread_pthread.c (numberof): renamed from ARRAY_SIZE() becausekosaki2013-03-151-3/+3
* * thread_pthread.c (ARRAY_SIZE): new.kosaki2013-03-101-9/+31
* * thread_pthread.c (rb_thread_wakeup_timer_thread_fd): add fdkosaki2013-03-101-30/+44
* * thread_pthread.c (ubf_select): add to small comments why wekosaki2013-03-101-1/+9
* * thread_pthread.c (rb_thread_create_timer_thread): factor outkosaki2013-03-101-38/+47
* * thread_pthread.c (consume_communication_pipe): retry whenkosaki2013-03-101-7/+14
* * thread_pthread.c (timer_thread_sleep): use poll() instead ofkosaki2013-03-101-11/+10
* * thread_pthread.c (USE_SLEEPY_TIMER_THREAD): use more accuratekosaki2013-03-101-4/+4
* * thread_pthread.c (set_nonblock): new helper function for set O_NONBLOCK.kosaki2013-03-101-14/+19
* * 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