aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * thread_pthread.c (add_signal_thread_list): suppress warning fornobu2011-11-271-2/+2
* * thread_pthread.c (gvl_yield): don't prevent concurrent sched_yield().kosaki2011-11-091-9/+5
* * whitespace cleanup.nobu2011-11-041-3/+3
* * include/ruby/intern.h (rb_cloexec_pipe): declared.akr2011-10-301-9/+3
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-221-2/+2
* * thread_pthread.c: make native_fd_select().kosaki2011-09-271-0/+6
* * thread_pthread.c (ubf_select): activate timer thread when interruptnagachika2011-09-211-0/+1
* * thread_pthread.c: fix typo.mrkn2011-08-051-1/+1
* * thread_pthread.c (native_cond_signal): retry to call pthread_cond_signalmrkn2011-08-041-7/+23
* * io.c (rb_update_max_fd): new function.akr2011-07-191-0/+2
* * thread_pthread.c (get_stack): need to adjust stack addr forkanemoto2011-07-101-0/+1
* * thread_pthread.c (rb_thread_create_timer_thread): removedkosaki2011-07-101-4/+0
* * thread_pthread.c (mutex_debug): use exit(EXIT_FAILURE) instad ofkosaki2011-07-101-3/+3
* * thread_pthread.c (gvl_destroy): fix cond_t leak.kosaki2011-07-081-0/+3
* * thread_pthread.c (native_sleep): cut the waiting time up tomame2011-07-041-0/+13
* * thread_pthread.c (get_stack): For NetBSD/FreeBSD, usekosaki2011-07-041-1/+6
* comment fix.kosaki2011-07-041-1/+1
* * thread_pthread.c (thread_start_func_1): suppress an unused variable.nobu2011-07-041-0/+2
* * thread_pthread.c (get_stack): the return address of get_stacknaruse2011-07-031-3/+9
* * include/ruby/intern.h, thread_pthread.c (rb_reserved_fd_p,ko12011-07-031-0/+12
* * thread_pthread.c (get_stack): pthread_attr_getstack() doesn'tkosaki2011-07-021-8/+13
* * thread_pthread.c (get_stack): add to a care of gurad page on Mackosaki2011-07-021-7/+9
* * error.c, thread_pthread.c (WRITE_CONST): suppress warningsnobu2011-06-301-1/+1
* * thread_pthread.c (thread_timer): ignore unknown errno.ko12011-06-301-6/+9
* * thread_pthread.c (ping_signal_thread_list, thread_timer):ko12011-06-301-4/+10
* * thread_pthread.c (rb_thread_create_timer_thread): allocateko12011-06-301-2/+12
* * thread_pthread.c (native_stop_timer_thread): skip to closeko12011-06-281-3/+6
* * error.c (rb_async_bug_errno): async-safe bug report function.ko12011-06-281-7/+11
* * thread_pthread.c (consume_communication_pipe):ko12011-06-281-7/+5
* Temporary hack for SIGILL of miniruby on FreeBSD.naruse2011-06-271-0/+4