• Specifies whether the full thread stack is committed when a thread starts.

    指定执行启动时,是否认可完整执行绪堆叠

    youdao

  • Specifies whether the full thread stack is committed when a thread is started.

    指定执行启动时,是否认可完整执行绪堆叠

    youdao

  • Thread Stack, each thread has a dedicated stack for its own execution and context switch.

    线程堆栈每个线程都自己执行上下文切换专用堆栈。

    youdao

  • About 256k is allocated at once even if thread is idle - they are used by default thread stack, net buffer etc.

    大概需要立刻分配256k甚至线程空闲时—它们使用默认的线程堆栈网络缓存等。

    youdao

  • The default behavior of the common language runtime is to commit the full thread stack when a thread is started.

    公共语言运行默认行为线程启动提交完整的线程堆栈

    youdao

  • In the large memory model, the native heap starts at segment 3; segment 2 is only used for the primordial (initial) thread stack.

    内存模型中,本机分段3开始;分段2用于原始(初始)线程

    youdao

  • Additional data areas it recognizes include Environment, Process Parameters, Process Heap, Thread Stack, and Thread Environment Block (TEB).

    是别的其他数据包括环境进程参数、进程线程线程环境(TEB)。

    youdao

  • You can imagine the power of being able to reconstruct or reverse-engineer what was happening at the time of the dump based on what was happening in each thread stack frame and on which objects.

    可以想象一下,如果能够基于每一个线程堆栈结构及其对象重建反向工程生成转储文件发生状态。

    youdao

  • The reason for this is that during execution, a thread can pop any number of references from its stack — references that could have been stored elsewhere during execution.

    这样原因在于,执行期间线程可以弹出任意数量引用——执行过程可能存储在其他位置的引用。

    youdao

  • It includes stack frames and local variables, but unlike a true thread it is not executable.

    包含了局部变量真正线程不同的无法执行

    youdao

  • If the CAS fails, it means that another thread has modified the stack, so the process starts again.

    如果CAS失败意味着另一个线程已经修改堆栈那么过程就会重新开始

    youdao

  • Contains the thread and method call stack frames.

    包含线程方法调用堆栈框架

    youdao

  • It's a game we invented by accident by making you put the threads window next to the stack window, and double clicking on each thread to find the one you want.

    我们意外发明游戏我们让线程窗口放在堆栈窗口旁边然后你通过双击其中的每一个线程找到一个。

    youdao

  • By default, every thread has one Megabyte of stack space.

    默认情况下,每个线程一兆空间。

    youdao

  • It displays the kernel mode stack trace of the thread.

    显示线程内核模式跟踪

    youdao

  • In turn, for each suspended thread, a list of stack frames is visible, representing the call hierarchy.

    反过来对于一个暂停线程可以看到一系列框架代表访问层级结构

    youdao

  • If the thread is suspended, its stack frames are shown as child elements.

    如果个线程,则堆栈显示元素。

    youdao

  • Say you have Thread A trying to push 20 and Thread B trying to push 30 into the stack, and Thread A got the time slice first.

    假设线程A试图20堆栈,线程B 试图压入30线程 A 先获得时间

    youdao

  • In addition to stack space, each thread requires some native memory for thread-local storage and internal data structures.

    除了空间之外,每个线程都需要一些本机内存用于线程本地存储内存数据结构。

    youdao

  • In the kernel, these are called threads and represent an individual virtualization of the processor (thread code, data, stack, and CPU registers).

    内核中,这些进程称为线程代表单独处理器虚拟化(线程代码数据堆栈CPU寄存器)。

    youdao

  • So, the code loops back, points to the proper top pointer (which was changed because of Thread b), invokes CAS, and is done with pushing 20 into the stack.

    因此代码回到循环开头,指向正确top指针(线程b修改后的),调用CAS,把20堆栈后结束

    youdao

  • The current call stack for the thread is displayed, and the current line of execution is highlighted in the editor in the Debug perspective.

    线程当前调用堆栈显示出来,当前执行代码行就会Debug透视图中的编辑器高亮显示。

    youdao

  • For example, a thread on Red Hat Enterprise Linux (RHEL4), needs a 10mb stack, which means at least 10mb is leaked if you haven't joined it.

    例如RedHatEnterpriseLinux (RHEL4)线程需要一个10MB堆栈意味着如果联接它,会有至少10 MB的内存泄漏。

    youdao

  • A POSIX thread on RHEL has a private stack with a size of 10mb.

    RHELPOSIX线程拥有一个大小10 MB的私有堆栈

    youdao

  • In Greg's tests, using Continuations cuts thread consumption, and concomitantly stack memory consumption, by a factor of more than 10.

    Greg测试中使用Continuations能够减少线程消耗同时减少了超过10内存消耗。

    youdao

  • Stacksize is also a very important configuration parameter that indicates the initial stack size the database server assigns to each active thread.

    Stacksize也是一个极其重要配置参数它指示数据库服务器每个活动线程指派初始堆栈大小

    youdao

  • If they are joinable threads and you haven't called the pthread_join to join them, each produced thread will leak a sizeable amount of memory (at least 10mb per stack) after its termination.

    如果它们接合线程没有调用pthread_join联接它们,那么在线程终止每个产生线程都将泄漏大量内存(至少堆栈10MB)。

    youdao

  • From the standpoint of a single thread, a new node is created whose next pointer points to the top of the stack.

    单一线程角度来看创建了一个节点next指针指向堆栈的顶部

    youdao

  • Each servlet engine thread is allocated its own stack, which takes up memory within the JVM.

    每个servlet引擎线程分配给自己的堆栈堆栈消耗J VM中的内存

    youdao

  • Another issue to be aware of is a thread floating stack limitation on Linux, as discussed in the "floating Stacks limitation" subsection of the JVM Diagnostics Guide.

    另一个知道问题Linux线程浮点堆栈限制正如JVMDiagnosticsGuide的“FloatingStacksLimitation小节所讨论那样。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定