cleanupAllThreads

이 메소드는 애플리케이션에서 main 스레드와 cleanupAllThreads 메소드에서 실행 중인 스레드를 제외한 모든 스레드를 "강제 종료"합니다.

또한 활성 클래스의 정적 인스턴스를 지원합니다(특히 OMMainThread의 정적 인스턴스).

가시성
Public
시그니처
static OMThread* cleanupAllThreads();
참고:

cleanupAllThreads 메소드는 간단한 방법으로 프로세스를 "종료"할 수 없는 RTOSes에서만 호출됩니다.


피드백