THREAD_STOPPED_FOREVER  657 thread.c       	      case THREAD_STOPPED: case THREAD_STOPPED_FOREVER:
THREAD_STOPPED_FOREVER 1060 thread.c           enum rb_thread_status status = deadlockable ? THREAD_STOPPED_FOREVER : THREAD_STOPPED;
THREAD_STOPPED_FOREVER 2047 thread.c       		    th->status == THREAD_STOPPED_FOREVER)
THREAD_STOPPED_FOREVER 2346 thread.c           if (th->status == THREAD_STOPPED || th->status == THREAD_STOPPED_FOREVER)
THREAD_STOPPED_FOREVER 2441 thread.c       	  case THREAD_STOPPED_FOREVER:
THREAD_STOPPED_FOREVER 2748 thread.c             case THREAD_STOPPED_FOREVER:
THREAD_STOPPED_FOREVER 2861 thread.c           if (th->status == THREAD_STOPPED || th->status == THREAD_STOPPED_FOREVER)
THREAD_STOPPED_FOREVER 4903 thread.c       	if (th->status != THREAD_STOPPED_FOREVER || RUBY_VM_INTERRUPTED(th)) {
THREAD_STOPPED_FOREVER  264 thread_sync.c  	    th->status = THREAD_STOPPED_FOREVER;
THREAD_STOPPED_FOREVER  294 thread_sync.c  	    if (th->status == THREAD_STOPPED_FOREVER) {