joinable
常见例句
- 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.
如果确实存在,检查源代码,看是否联接了所有可接合线程。 - 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.
如果您创建一个可接合的线程,但是忘记联接它,其资源或私有内存一直保存在进程空间中,从未进行回收再利用。 返回 joinable