结束当前线程服务的执行。
bt命令设法提供有关当前线程的堆栈的信息。
The bt command attempts to provide information on the stack for the current thread.
否则当前线程就进入阻塞状态。
函数的作用是:返回当前线程的ID。
如果连接不可用,组件将等待阻塞当前线程的连接。
If a connection is unavailable, the component waits for the connection blocking the current thread.
它会阻塞当前线程直到一个新的消息到来。
类加载器的父类加载器将是当前线程上下文的类加载器。
The parent of this class loader will be the class loader of the current thread context.
因此其他线程无法访问当前线程的sb副本。
Thus there is no way another thread could ever gain access to our copy of sb.
全局解释器锁用于保护当前线程状态的指针。
The global interpreter lock is used to protect the pointer to the current thread state.
利用Future对象,当前线程可阻塞来等待结果
Using the Future object, the current thread can block to wait for the result
Threads:在目标J VM中检查当前线程活动。
Threads: For examining the current thread activity in the targeted JVM.
在抛出此异常时,当前线程的中断状态被清除。
The interrupted status of the current thread is cleared when this exception is thrown.
另外,右键单击可以将选中的线程变成当前线程。
Alternatively, right-click to make the selected thread become the current one.
如果列表为空,就会增加等待线程的数量,并阻塞当前线程。
If the list is empty, the number of waiting threads is incremented and the current thread is blocked.
最糟糕的是:当前线程使用的CPU时间可能是不相关的。
Worst of all: the CPU time used by the current thread can be irrelevant.
在当前线程确保至少一个可以被创建的给定局部引用数。
Ensures that at least a given number of local references can be created in the current thread.
当前线程状态当前唯一状态不可用的时候它也可以调用。
It is okay to call this function when no current thread state is available.
这样,当前线程被释放,可以处理其他作业,而不必等待响应消息。
This frees the current thread, allowing it to process other jobs and not have to wait for the response message.
包括了保存当前线程和恢复新执行线程寄存器内容等动作。
This involves saving the register contents of the currently executing thread and restoring those of the newly executing thread.
在Win32中,使用_endthread来结束当前线程的执行。
In Win32, _endthread is used to end the execution of the current thread.
status 子命令列出了所有CPU 的当前线程和进程的信息。
The status subcommand lists the current thread and process information for all CPUs.
Win32sleepex函数挂起当前线程,直到下面事件之一发生。
The Win32 SleepEx function suspends the current thread until one of the following occurs.
实际上,需要注意两个与当前线程相关联的CultureInfo对象。
There are actually two CultureInfo objects associated with the current thread that require your attention.
通过展开当前线程和线程中的方法帧,您就能够查看与这些方法相关的对象。
By expanding the current thread and the method frames in the thread, you can look at the objects associated with those methods.
如果当前线程也是主线程,选择YES,消息会立即派发,处理。
If the current thread is also the main thread, and you specify YES for this parameter, the message is delivered and processed immediately.
单线程:请求本身具有线程无关特性,基于当前线程高效率运作。
One-Thread-Based: all methods work on the same thread as the request was created.
清单13展示了通过MBean服务器连接来访问虚拟机中所有当前线程的信息。
Listing 13 demonstrates how to access the information about all current threads in the VM through the MBean server connection.
一个布尔值,指定是否阻塞当前线程直到指定选择器在主线程中执行完毕。
Boolean that specifies whether the current thread blocks until after the specified selector is performed on the receiver on the main thread.
只有在其他线程不拥有锁的情况下才会成功,如果其他线程拥有锁,当前线程就被阻塞。
This only succeeds if another thread does not already have the lock, in which case the current thread is blocked.
如果这个函数返回NULL,没有抛出异常,调用者会假定当前线程状态无效。
If this function returns NULL, no exception has been raised and the caller should assume no current thread state is available.
应用推荐