aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 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