Lines Matching refs:started
10 * other threads cleanly. Two other threads are started, which fill
17 * the directory it was started in.
44 static int interrupted, started;
119 for (started = 1; started < lws_get_count_threads(context);
120 started++)
121 if (pthread_create(&pthread_service[started], NULL,
123 (void *)(lws_intptr_t)started))
129 while ((--started) >= 1)
130 pthread_join(pthread_service[started], &retval);