joinable

joinable

 英

  • 网络可连接的;可接合的;可汇合的

例句

If the leak exists, check the source code to see if all joinable threads have been joined.

如果确实存在检查代码是否联接所有接合线程

If you want to produce a new thread and you need to know how it is terminated, then you need a joinable thread.

如果希望生成一个线程需要知道如何终止那么需要一个接合线程

For joinable threads, the system allocates private storage to store thread termination status.

对于接合线程系统分配专用存储器存储线程终止状态

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

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

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

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

Joinable threads should be joined during programming.

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

It creates new joinable threads ceaselessly until failure happens.

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

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

线程包括运行活动线程接合线程

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

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

All responding machines appear in the list of joinable clusters.

所有响应消息都会出现加入集群列表

In Linux, threads are by default created in joinable state.

Linux默认连接joinable状态创建线程

In Linux, threads are created in joinable state by default.

Linux线程默认创建合并joinable状态

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

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

By default, the new created is joinable.

默认情况创建线程接合