停止线 meaning in English
stoline marking
Examples
- Starting and stopping threads
启动和停止线程 - Besides starting and stopping threads , you can also pause threads by calling the
除启动和停止线程之外,还可以通过调用 - The stopped thread would set a flag that would be tested immediately after exiting all synchronized blocks
被停止线程应设置一个标志,并且当退出所有同步块时立即测试此标志。 - Suspend does not immediately stop a thread ; the suspended thread does not pause until the common language runtime determines that it has reached a safe point
并不立即停止线程;挂起的线程直到公共语言运行库确定它已达到安全点时才暂停。 - Furthermore , it will prevent any additional operations that require the operating system s loader lock , like loading and unloading assemblies or dlls and starting or stopping threads
此外,它将阻止任何需要操作系统的加载程序锁的其他操作,例如加载和卸载程序集或dll以及启动或停止线程。