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

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

    youdao

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

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

    youdao

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

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

    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

  • 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

  • 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

  • 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

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

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

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