rb_thread_alive_p 2104 ext/tk/tcltklib.c 	if (RTEST(rb_thread_alive_p(eventloop_thread))) {
rb_thread_alive_p 2426 ext/tk/tcltklib.c     if (RTEST(rb_thread_alive_p(th))) {
rb_thread_alive_p 6207 ext/tk/tcltklib.c     if (RTEST(rb_thread_alive_p(thread)) 
rb_thread_alive_p 6261 ext/tk/tcltklib.c     if (RTEST(rb_thread_alive_p(thread))) {
rb_thread_alive_p 6689 ext/tk/tcltklib.c     if (RTEST(rb_thread_alive_p(thread)) 
rb_thread_alive_p 6747 ext/tk/tcltklib.c     if (RTEST(rb_thread_alive_p(thread))) {
rb_thread_alive_p 8095 ext/tk/tcltklib.c     if (RTEST(rb_thread_alive_p(thread)) 
rb_thread_alive_p 8148 ext/tk/tcltklib.c     if (RTEST(rb_thread_alive_p(thread))) {
rb_thread_alive_p 3734 thread.c           rb_define_method(rb_cThread, "alive?", rb_thread_alive_p, 0);