Home
last modified time | relevance | path

Searched refs:NotifyExitAsync (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-thread.md24 | void | virtual **NotifyExitAsync**()<br/>异步通知线程退出,即子线程退出与否不阻塞当前线程。<br/>通知子线程停止,当前线程继续运行。 |
46 - 主线程对象生命周期终止前,一定要调用NotifyExitSync或NotifyExitAsync终止子线程运行,否则子线程在主线程对象消亡后继续工作,而由于Run函数由主线程对象真正实现,此时主…
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dthread_ex.h95 virtual void NotifyExitAsync();
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_thread_test.cpp336 test->NotifyExitAsync();
391 test->NotifyExitAsync();
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dthread_ex.cpp156 void Thread::NotifyExitAsync() in NotifyExitAsync() function in OHOS::Thread
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/thread_benchmark_test/
H A Dthread_benchmark_test.cpp409 test->NotifyExitAsync(); in ThreadTestStart()