Lines Matching refs:threads
51 static uv_thread_t* threads;
474 if (uv_thread_join(threads + i))
477 if (threads != default_threads)
478 uv__free(threads);
483 threads = NULL;
510 threads = default_threads;
512 threads = uv__malloc(nthreads * sizeof(threads[0]));
513 if (threads == NULL) {
515 threads = default_threads;
536 if (uv_thread_create_ex(threads + i, &config, worker, &sem))