Lines Matching full:detached
7168 Spawned threads were immediately detached, unlike the original ones, so joining them7169 made no sense. Now, all threads are created detached, and stopJavaScriptThreads() just8343 to pthread_join() each thread that had been created, but you can't join a detached thread!