aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.c
Commit message (Expand)AuthorAgeFilesLines
* Kernel#.sleep used never to sleep on Mac OS X. Fixed it and added error checks.yugui2008-05-171-1/+6
* * io.c (copy_stream_func): suppress warnings.nobu2008-04-201-0/+6
* * thread_pthread.c (native_sleep): sleep_cond is initialized atnobu2008-04-101-1/+0
* * thread.c (thread_cleanup_func): ignore errors from destroying mutexnobu2008-01-181-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* unused variable removed.akr2008-01-051-1/+0
* * thread_pthread.c (native_sleep): timespec tv_sec may overflow onmatz2007-12-311-1/+1
* * thread_pthread.c, thread_pthread.h, thread_win32.c,ko12007-12-251-10/+23
* * vm_core.h, thread.c, cont.c: add RUBY_VM_SET_INTERRUPT(),ko12007-12-251-7/+9
* * gc.h: extern variable should not be initialized.ko12007-12-211-1/+1
* * thread_pthread.c (native_thread_apply_priority): checkko12007-12-201-0/+4
* * common.mk, *.ci: renamed to *.c.ko12007-12-201-0/+581