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: Fixes wrong scopes of #if USE_SLEEPY_TIMER_THREAD
yugui
2013-04-04
1
-6
/
+3
*
* thread_pthread.c (ruby_init_stack): Avoid using uninitialized value.
yugui
2013-04-04
1
-21
/
+29
*
timev.h: move time_t stuffs
nobu
2013-03-30
1
-10
/
+0
*
thread_pthread.c: poll.h is already included
nobu
2013-03-27
1
-3
/
+0
*
* internal.h: Define TIMET_MAX and TIMET_MIN here.
akr
2013-03-26
1
-2
/
+0
*
* configure.in: check struct timeval exist or not.
kosaki
2013-03-16
1
-0
/
+3
*
* thread_pthread.c (numberof): renamed from ARRAY_SIZE() because
kosaki
2013-03-15
1
-3
/
+3
*
* thread_pthread.c (ARRAY_SIZE): new.
kosaki
2013-03-10
1
-9
/
+31
*
* thread_pthread.c (rb_thread_wakeup_timer_thread_fd): add fd
kosaki
2013-03-10
1
-30
/
+44
*
* thread_pthread.c (ubf_select): add to small comments why we
kosaki
2013-03-10
1
-1
/
+9
*
* thread_pthread.c (rb_thread_create_timer_thread): factor out
kosaki
2013-03-10
1
-38
/
+47
*
* thread_pthread.c (consume_communication_pipe): retry when
kosaki
2013-03-10
1
-7
/
+14
*
* thread_pthread.c (timer_thread_sleep): use poll() instead of
kosaki
2013-03-10
1
-11
/
+10
*
* thread_pthread.c (USE_SLEEPY_TIMER_THREAD): use more accurate
kosaki
2013-03-10
1
-4
/
+4
*
* thread_pthread.c (set_nonblock): new helper function for set O_NONBLOCK.
kosaki
2013-03-10
1
-14
/
+19
*
* thread_pthread.c (ruby_init_stack): ignore `STACK_END_ADDRESS'
ko1
2013-01-23
1
-0
/
+21
*
* thread_pthread.c (gvl_init): Reset gvl.wait_yield explicitly when
kosaki
2013-01-15
1
-0
/
+1
*
* configure.in (OBJCOPY): Fixes build error for NativeClient.
yugui
2013-01-03
1
-1
/
+1
*
adjust style
nobu
2012-12-29
1
-1
/
+1
*
* vm.c: support variable VM/Machine stack sizes.
ko1
2012-12-19
1
-22
/
+19
*
* thread_pthread.c (rb_reserved_fd_p): fix typo in macro check
kosaki
2012-11-05
1
-1
/
+1
*
* thread_pthread.c (native_thread_init, native_thread_destroy):
kosaki
2012-11-05
1
-4
/
+0
*
thread_pthread.c: RUBY_STACK_MIN
nobu
2012-11-01
1
-8
/
+8
*
thread_pthread.c: precise stack size
nobu
2012-10-04
1
-2
/
+10
*
* thread_pthread.c (RUBY_STACK_MIN_LIMIT): name magic number.
nobu
2012-10-04
1
-19
/
+21
*
thread_pthread.c: init stack with ulimit
nobu
2012-10-03
1
-1
/
+11
*
* thread_pthread.c (native_cond_initialize): destroy condattr
kosaki
2012-09-20
1
-0
/
+1
*
* thread_pthread.c (native_cond_initialize): clean up #ifdef condition.
kosaki
2012-09-20
1
-4
/
+3
*
adjust style
nobu
2012-09-04
1
-1
/
+2
*
thread_pthread.c: STACK_GROW_DIR_DETECTION
nobu
2012-07-21
1
-0
/
+1
*
* thread_pthread.c: use #ifdef, not #if.
naruse
2012-07-19
1
-2
/
+2
*
* thread_pthread.c (register_cached_thread_and_wait):
ko1
2012-06-26
1
-2
/
+8
*
* eval.c: Add doxygen comments.
yugui
2012-06-14
1
-0
/
+4
*
* thread_pthread.c (get_stack): Linux is the only OS which includes
naruse
2012-06-13
1
-15
/
+12
*
thread_pthread.c: suppress warning
nobu
2012-06-13
1
-0
/
+2
*
* thread_pthread.c (rb_thread_create_timer_thread): assign return
naruse
2012-06-10
1
-1
/
+2
*
* thread_pthread.c (native_cond_initialize): fix typo in r36022.
naruse
2012-06-10
1
-1
/
+1
*
Fixes threading on NativeClient.
yugui
2012-06-10
1
-65
/
+132
*
gc.h: IS_STACK_DIR_UPPER
nobu
2012-06-10
1
-1
/
+1
*
thread_pthread.c: adjust stack size
nobu
2012-06-10
1
-8
/
+6
*
thread_pthread.c: adjust stack size
nobu
2012-06-10
1
-2
/
+3
*
thread_pthread.c: use stack info
nobu
2012-06-08
1
-2
/
+2
*
* thread_pthread.c (rb_thread_create_timer_thread): Added error
kosaki
2012-05-18
1
-4
/
+8
*
fix NaCl support
nobu
2012-05-17
1
-2
/
+2
*
* thread.c, thread_pthread.c: Moved pthread-specific preprocessor
yugui
2012-05-17
1
-1
/
+5
*
Imports Ruby's port to NativeClient (a.k.a NaCl).
yugui
2012-05-17
1
-0
/
+19
*
* thread_pthread.c: add prototype declarations for older Mac OS X.
nobu
2012-04-10
1
-0
/
+2
*
* adjust style.
nobu
2012-03-15
1
-1
/
+2
*
* thread_pthread.c (native_cond_timeout): cast explicitly to suppress
nobu
2012-03-02
1
-1
/
+1
*
* thread_pthread.c (ping_signal_thread_list): remove return value.
nagachika
2011-12-22
1
-6
/
+13
[next]