index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
thread_pthread.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
thread_pthread.c: reset timeslice delay when uncontended
normal
2018-08-19
1
-3
/
+6
*
thread_pthread.c (rb_sigwait_fd_get): skip getpid check
normal
2018-08-17
1
-5
/
+2
*
thread_pthread.c: reduce ubf_timer arming for non-signal wakeups
normal
2018-08-16
1
-11
/
+20
*
thread_pthread.c: check signals from gvl.timer
normal
2018-08-16
1
-0
/
+15
*
thread_pthread.c: hoist out do_gvl_timer and improve documentation
normal
2018-08-15
1
-29
/
+58
*
thread_pthread.h (native_thread_data): split list_node between ubf and gvl
normal
2018-08-15
1
-9
/
+10
*
thread_pthread.c: rename rb_timer_* to ubf_timer_*
normal
2018-08-15
1
-22
/
+25
*
thread_pthread.c: rename timer_thread_pipe to signal_self_pipe
normal
2018-08-15
1
-15
/
+15
*
thread_pthread.c: additional UBF_TIMER == UBF_TIMER_PTHREAD guards
normal
2018-08-15
1
-2
/
+3
*
Revert "thread_pthread.c: use UBF_TIMER_PTHREAD on Solaris"
normal
2018-08-14
1
-6
/
+1
*
thread_pthread.c: use UBF_TIMER_PTHREAD on Solaris
normal
2018-08-14
1
-1
/
+6
*
thread_pthread.c: use CLOCK_REALTIME on SunOS (Solaris)
normal
2018-08-14
1
-1
/
+7
*
thread_pthread (rb_timer_arm): ignore UBF_TIMER_POSIX state 2
normal
2018-08-13
1
-1
/
+7
*
thread_pthread: use POSIX timer or thread to get rid of races
normal
2018-08-13
1
-44
/
+282
*
thread_pthread.c: eliminate timer thread by restructuring GVL
normal
2018-08-13
1
-402
/
+308
*
thread_pthread.c: restore timer-thread for now :<
normal
2018-08-06
1
-308
/
+402
*
thread_pthread: stop trying to deal with cancellation
normal
2018-08-05
1
-5
/
+0
*
thread_pthread.c (native_sleep): reduce ppoll sleeps
normal
2018-08-05
1
-1
/
+1
*
thread_pthread.c: add a macro guard for PTHREAD_CANCEL_ENABLE
mame
2018-08-03
1
-0
/
+2
*
thread_pthread.c (gvl_acquire_common): persist timeout across calls
normal
2018-08-02
1
-4
/
+10
*
thread_pthread.c (unregister_ubf_list): assert unblock.func is unset
normal
2018-07-30
1
-0
/
+3
*
thread_pthread.c (gvl_yield): do ubf wakeups when uncontended
normal
2018-07-30
1
-0
/
+6
*
thread_pthread.c: revert r64123
nobu
2018-07-30
1
-0
/
+4
*
thread_pthread.h (native_thread_data): split condvars on some platforms
normal
2018-07-30
1
-11
/
+17
*
thread_pthread.c: remove duplicate define
nobu
2018-07-30
1
-2
/
+0
*
thread_pthread.c (rb_sigwait_sleep): th may be 0 from MJIT
normal
2018-07-30
1
-1
/
+1
*
thread*.c: waiting on sigwait_fd performs periodic ubf wakeups
normal
2018-07-30
1
-27
/
+37
*
thread_pthread.c (gvl_destroy): make no-op on GVL bits
normal
2018-07-30
1
-3
/
+10
*
thread_pthread.c (rb_sigwait_sleep): fix uninitialized poll set in UBF case
normal
2018-07-30
1
-2
/
+3
*
thread_pthread.c (rb_sigwait_sleep): re-fix [Bug #5343] harder
normal
2018-07-30
1
-4
/
+38
*
thread.c: move ppoll wrapper into thread_pthread.c
normal
2018-07-30
1
-0
/
+31
*
thread_pthread.c (ubf_select): refix [Bug #5343]
normal
2018-07-29
1
-0
/
+17
*
thread_pthread: remove timer-thread by restructuring GVL
normal
2018-07-29
1
-399
/
+187
*
thread_pthread.c: clear altstacks in thread cache at GVL destruction
normal
2018-07-29
1
-13
/
+36
*
timer_thread: do not close pipes around fork
normal
2018-07-12
1
-52
/
+31
*
thread_pthread: avoid redundant error message on pipe2() fail
normal
2018-07-11
1
-6
/
+2
*
thread_pthread.c: use mask for timer implementation
normal
2018-07-11
1
-22
/
+33
*
mjit: get rid of memory leak in pause+resume loop
normal
2018-07-08
1
-3
/
+1
*
unrevert r63852 but keep SIGCHLD path disabled for win32
normal
2018-07-05
1
-7
/
+40
*
Revert r63758 and related commits
naruse
2018-07-04
1
-40
/
+7
*
thread_pthread.c: pass rb_vm_t to timer_thread_sleep
normal
2018-07-04
1
-9
/
+7
*
thread_pthread.c (native_thread_destroy): clear native TSD pointer
normal
2018-07-03
1
-4
/
+11
*
use SIGCHLD_LOSSY to enable waitpid polling mode
normal
2018-06-30
1
-0
/
+10
*
hijack SIGCHLD handler for internal use
normal
2018-06-27
1
-0
/
+25
*
mjit.c: initial cygwin support
k0kubun
2018-06-23
1
-1
/
+0
*
thread_pthread.c (native_sleep): do not clear unblock.arg
normal
2018-06-23
1
-1
/
+0
*
thread_pthread.c: fix non-sleepy timer-thread with fork
normal
2018-06-20
1
-5
/
+4
*
thread_pthread.c: microptimize vm->gvl.waiting checks
normal
2018-06-17
1
-3
/
+2
*
thread_pthread.c: fix non-sleepy timer thread build
normal
2018-06-17
1
-1
/
+2
*
Initialize condattr_monotonic via pthread_condattr_init
normal
2018-06-01
1
-1
/
+4
[prev]
[next]