joinable
常見例句
- Thread bodies consist of active running threads and dead joinable threads.
線程體包括運(yùn)行的活動線程和可接合的死線程。 - If the leak exists, check the source code to see if all joinable threads have been joined.
如果確實(shí)存在,檢查源代碼,看是否聯(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)接它,其資源或私有內(nèi)存一直保存在進(jìn)程空間中,從未進(jìn)行回收再利用。 返回 joinable