MSG_THREAD_STOP
MSG_THREAD_STOP);
fRunButton->SetMessage(new BMessage(MSG_THREAD_STOP));
case MSG_THREAD_STOP:
fListener->ThreadActionRequested(fTargetThread, MSG_THREAD_STOP);
fListener->ThreadActionRequested(thread->ID(), MSG_THREAD_STOP);
case MSG_THREAD_STOP:
if (action == MSG_THREAD_STOP
if (action != MSG_THREAD_STOP) {
case MSG_THREAD_STOP: