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

/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dtcltklib.c478 static VALUE watchdog_thread; variable
2506 if (!NIL_P(watchdog_thread) && eventloop_thread != current) {
2805 if (!NIL_P(watchdog_thread)) {
2806 if (RTEST(rb_funcall(watchdog_thread, ID_stop_p, 0))) {
2807 rb_funcall(watchdog_thread, ID_kill, 0);
2812 watchdog_thread = rb_thread_current();
10809 rb_global_variable(&watchdog_thread);
11060 watchdog_thread = Qnil;

Completed in 134 milliseconds