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
*
Get rid of -Wgnu-folding-constant errors
Nobuyoshi Nakada
2020-05-01
1
-5
/
+8
*
Fixed inverted current thread condition [Bug #16808]
Nobuyoshi Nakada
2020-04-23
1
-1
/
+1
*
Truncate too long thread name before setting [Bug #16808]
Nobuyoshi Nakada
2020-04-23
1
-6
/
+30
*
thread_pthread.c: allocate sigaltstack before pthread_create
Yusuke Endoh
2020-03-06
1
-1
/
+4
*
more on NULL versus functions.
卜部昌平
2020-02-07
1
-1
/
+1
*
rb_thread_create now free from ANYARGS
卜部昌平
2019-08-27
1
-1
/
+1
*
* expand tabs.
git
2019-06-19
1
-2
/
+2
*
Remove IA64 support.
Samuel Williams
2019-06-19
1
-70
/
+5
*
* remove trailing spaces, expand tabs.
git
2019-06-19
1
-1
/
+1
*
Fix handling of vm_stack_size and avoid trying to deallocate it.
Samuel Williams
2019-06-19
1
-1
/
+1
*
* expand tabs.
git
2019-05-25
1
-17
/
+17
*
Fix process not waking up on signals on OpenBSD
Jeremy Evans
2019-05-24
1
-12
/
+20
*
introduce rb_nogvl C-API to mark ubf as async-signal-safe
normal
2019-01-04
1
-0
/
+5
*
thread.c (call_without_gvl): spawn thread for UBF iff single-threaded
normal
2019-01-04
1
-0
/
+19
*
thread_pthread.c (ubf_timer_disarm): ignore EINVAL iff timer is dead
normal
2018-12-20
1
-2
/
+12
*
thread_pthread.c (ubf_timer_destroy): more careful state transition
normal
2018-12-18
1
-4
/
+27
*
thread_pthread (ubf_timer_destroy): use VM_ASSERT
normal
2018-12-16
1
-3
/
+1
*
* expand tabs.
svn
2018-12-16
1
-3
/
+3
*
thread_pthread.c: fix memory leak from fork loop leapfrog (v3)
normal
2018-12-16
1
-27
/
+62
*
thread_pthread.c (native_ppoll_sleep): drop ubf_select references
normal
2018-12-13
1
-2
/
+1
*
thread_pthread.c (native_sleep): sched_yield if GVL uncontended
normal
2018-12-13
1
-2
/
+24
*
thread_pthread.c (gvl_release_common): constify return value
normal
2018-12-13
1
-2
/
+2
*
Revert "thread_pthread.c: fix memory leak from fork loop leapfrog (v2)"
normal
2018-12-08
1
-9
/
+7
*
thread_pthread.c: fix memory leak from fork loop leapfrog (v2)
normal
2018-12-08
1
-7
/
+9
*
Revert "thread_pthread.c: fix memory leak from fork loop leapfrog"
normal
2018-12-08
1
-8
/
+7
*
thread_pthread.c: fix memory leak from fork loop leapfrog
normal
2018-12-08
1
-7
/
+8
*
thread_pthread.c (rb_reserved_fd_p): false-positive on negative FD
normal
2018-11-20
1
-0
/
+4
*
thread_pthread.c (rb_sigwait_sleep): add note about spurious wakeup
normal
2018-11-09
1
-0
/
+3
*
separate Thread type (func or proc) explicitly.
ko1
2018-11-08
1
-26
/
+26
*
thread_pthread.c (native_ppoll_sleep): new eventfd (or pipe) for ubf
normal
2018-11-01
1
-10
/
+30
*
thread_pthread.c (ubf_select): avoid deadlock on contention
normal
2018-10-31
1
-4
/
+10
*
* expand tabs.
svn
2018-10-30
1
-2
/
+2
*
use RARRAY_AREF() instead of RARRAY_CONST_PTR().
ko1
2018-10-30
1
-3
/
+2
*
add disabling MJIT features option.
ko1
2018-10-20
1
-0
/
+2
*
rb_sigwait_sleep: change internal API to use rb_hrtime_t
normal
2018-10-19
1
-12
/
+11
*
define ubf_list_atfork() as empty on cygwin
duerst
2018-09-05
1
-0
/
+1
*
thread_pthread.h: rename `gvl.acquired' to `gvl.owner' and document
normal
2018-08-28
1
-7
/
+7
*
thread_pthread.c: document sigwait_th and sigwait_fd [ci skip]
normal
2018-08-27
1
-1
/
+8
*
thread_pthread.c: fix deadlock on test_thread.rb::test_signal_at_join
normal
2018-08-27
1
-2
/
+6
*
process.c: simplify SIGCHLD-based waitpid
normal
2018-08-27
1
-20
/
+0
*
thread_pthread.c: avoid lock ping-pong in do_gvl_timer & ubf_select
normal
2018-08-27
1
-12
/
+10
*
thread_pthread.c (ubf_wakeup_thread): `th' is never NULL
normal
2018-08-25
1
-2
/
+1
*
thread_pthread.c: main thread always gets hit by signals
normal
2018-08-25
1
-1
/
+41
*
thread.c: use rb_hrtime_t scalar for high-resolution time operations
normal
2018-08-25
1
-56
/
+54
*
thread_pthread.c: use eventfd instead of pipe on Linux
normal
2018-08-24
1
-8
/
+42
*
thread_pthread.c (ubf_timer_destroy): remove redundant getpid check
normal
2018-08-23
1
-10
/
+7
*
thread_pthread.c: reinitialize ubf_list at fork
normal
2018-08-20
1
-7
/
+8
*
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
[next]