国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

joinable

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)建線程接合。