• By default, the new created is joinable.

    默认情况下,创建线程可接合的。

    youdao

  • Joinable threads should be joined during programming.

    编程过程中应当联接可接合线程

    youdao

  • It creates new joinable threads ceaselessly until failure happens.

    不断创建新的可接合线程直至故障发生

    youdao

  • Thread bodies consist of active running threads and dead joinable threads.

    线程包括运行活动线程可接合的线程。

    youdao

  • Quorum resource is not joinable. A multi - node cluster can not be created.

    无法加入仲裁资源无法创建节点群集

    youdao

  • The thread resources of the joinable thread are released only after it is joined.

    连接线程只有被连接释放线程资源

    youdao

  • And most likely, such a memory leak is caused by a failure to join the joinable threads.

    这种内存泄漏有可能未能联接可接合线程而造成的。

    youdao

  • The alphabet consists of 32 letters, most of which are joinable from left and right.

    字母表共有32个字母组成多数其他字母左右相连

    youdao

  • Listing 1 shows the serious memory leak created if you forget to join joinable threads.

    清单1显示忘记联接可接合线程时引发严重内存泄漏

    youdao

  • You can fix the leak by adding code to call pthread_join , which joins each joinable thread.

    修复泄漏可以添加代码调用pthread_join,方法可联接每个接合线程

    youdao

  • Let's start by reviewing POSIX threads, which can be either joinable threads or detached threads.

    我们首先回顾一下POSIX线程,分为可接合线程分离线程。

    youdao

  • If you create a joinable thread but forget to join it, its resources or private memory are always kept in the process space and never reclaimed.

    如果创建一个可接合线程但是忘记联接资源私有内存一直保存进程空间中,从未进行回收再利用

    youdao

  • In joinable state, another thread can synchronize on the thread's termination and recover its termination code using the function pthread_join .

    可连接状态中,另一个线程可以同步这个线程终止使用函数pthread_join来重新获得终止代码

    youdao

  • As demonstrated in Listing 1 and 2, joinable threads are produced, but they are never joined, so each terminated joinable thread still occupies the process space, leaking the process memory.

    清单1清单2,虽然生成了可接合线程但是未将其联接,因此每个终止的可接合线程仍然占用进程空间泄漏进程内存。

    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

  • 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

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

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

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