executing threads meaning in English
增减执行绪
Examples
- When a transaction is initiated , the transaction context is associated with the executing thread
当事务启动时,事务上下文与执行线程关联在一起。 - Method . the method suspends the currently executing thread for a given number of milliseconds
该方法将当前正在执行的线程挂起指定的时间(毫秒) 。 - The currently executing thread is suspended when its time slice elapses , and another thread resumes running
当前执行的线程在其时间片结束时被挂起,而另一个线程继续运行。 - Provides methods that allow access to , and control over , the security context of the currently executing thread
为宿主提供方法,用以在当前线程而不是调用win32线程api来管理标记。 - Each executing thread has a separate instance of the field , and independently sets and gets values for that field
每个执行线程都有单独的字段实例,并且独立地设置及获取该字段的值。