Searched refs:ID_stop_p (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dtcltklib.c228 static ID ID_stop_p; variable
2704 while(!RTEST(rb_funcall(parent_evloop, ID_stop_p, 0))) {
2806 if (RTEST(rb_funcall(watchdog_thread, ID_stop_p, 0))) {
2829 if (RTEST(rb_funcall(eventloop_thread, ID_stop_p, 0))) {
7020 && ! RTEST(rb_funcall(thread, ID_stop_p, 0))) {
7023 && ! RTEST(rb_funcall(thread, ID_stop_p, 0))) {
7516 && ! RTEST(rb_funcall(thread, ID_stop_p, 0))) {
7519 && ! RTEST(rb_funcall(thread, ID_stop_p, 0))) {
9008 && ! RTEST(rb_funcall(thread, ID_stop_p, 0))) {
9011 && ! RTEST(rb_funcall(thread, ID_stop_p,
[all...]

Completed in 185 milliseconds