Home | History | Annotate | Download | only in WebKitTools

Lines Matching full:detached

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