常見例句雙語例句Thread bodies consist of active running threads and dead joinable threads.線程體包括運行的活動線程和可接合的死線程。If the leak exists, check the source code to see if all joinable threads have been joined.如果確實存在,檢查源代碼,看是否聯(lián)接了所有可接合線程。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.如果您創(chuàng)建一個可接合的線程,但是忘記聯(lián)接它,其資源或私有內存一直保存在進程空間中,從未進行回收再利用。 返回 joinable