1.If the leak exists, check the source code to see if all joinable threads have been joined.
如果确实存在,检查源代码,看是否联接了所有可接合线程。
2.If you want to produce a new thread and you need to know how it is terminated, then you need a joinable thread.
如果您希望生成一个新的线程,且需要知道它是如何终止的,那么您需要一个可接合线程。
3.For joinable threads, the system allocates private storage to store thread termination status.
对于可接合线程,系统分配专用存储器来存储线程终止状态。
4.And most likely, such a memory leak is caused by a failure to join the joinable threads.
这种内存泄漏很有可能是因未能联接可接合线程而造成的。
5.Let's start by reviewing POSIX threads, which can be either joinable threads or detached threads.
我们首先回顾一下POSIX线程,分为可接合线程或分离线程。
6.Joinable threads should be joined during programming.
在编程过程中应当联接可接合线程。
7.It creates new joinable threads ceaselessly until failure happens.
它不断创建新的可接合线程,直至有故障发生。
8.Thread bodies consist of active running threads and dead joinable threads.
线程体包括运行的活动线程和可接合的死线程。
9.The thread resources of the joinable thread are released only after it is joined.
可连接的线程只有在被连接后才释放线程资源。
10.All responding machines appear in the list of joinable clusters.
所有响应消息都会出现在可加入集群的列表中。