joinable
美
英 
- 網(wǎng)絡(luò)可連接的;可接合的;可匯合的
例句
If the leak exists, check the source code to see if all joinable threads have been joined.
如果確實存在,檢查源代碼,看是否聯(lián)接了所有可接合線程。
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.
對于可接合線程,系統(tǒng)分配專用存儲器來存儲線程終止狀態(tài)。
And most likely, such a memory leak is caused by a failure to join the joinable threads.
這種內(nèi)存泄漏很有可能是因未能聯(lián)接可接合線程而造成的。
Let's start by reviewing POSIX threads, which can be either joinable threads or detached threads.
我們首先回顧一下POSIX線程,分為可接合線程或分離線程。
Joinable threads should be joined during programming.
在編程過程中應(yīng)當(dāng)聯(lián)接可接合線程。
It creates new joinable threads ceaselessly until failure happens.
它不斷創(chuàng)建新的可接合線程,直至有故障發(fā)生。
Thread bodies consist of active running threads and dead joinable threads.
線程體包括運(yùn)行的活動線程和可接合的死線程。
The thread resources of the joinable thread are released only after it is joined.
可連接的線程只有在被連接后才釋放線程資源。
All responding machines appear in the list of joinable clusters.
所有響應(yīng)消息都會出現(xiàn)在可加入集群的列表中。
In Linux, threads are by default created in joinable state.
在Linux中,默認(rèn)以可連接(joinable)的狀態(tài)創(chuàng)建線程。
In Linux, threads are created in joinable state by default.
在Linux中,線程默認(rèn)創(chuàng)建為可合并(joinable)狀態(tài)。
Listing 1 shows the serious memory leak created if you forget to join joinable threads.
清單1顯示在忘記聯(lián)接可接合線程時引發(fā)的嚴(yán)重內(nèi)存泄漏。
By default, the new created is joinable.
默認(rèn)情況下,新創(chuàng)建的線程是可接合的。