Lines Matching refs:threads
64 GThread *threads[N_THREADS];
181 g_thread_join (f->threads[i]);
285 f->threads[i] = g_thread_new (NULL, ref_thread, &public_api);
287 f->threads[i] = g_thread_new (NULL, ref_thread, &internal_api);
289 g_assert (f->threads[i] != NULL);
297 f->threads[i] = g_thread_new (NULL, cycle_thread, &public_api);
299 f->threads[i] = g_thread_new (NULL, cycle_thread, &internal_api);
301 g_assert (f->threads[i] != NULL);
309 f->threads[i] = g_thread_new (NULL, unref_thread, &public_api);
311 f->threads[i] = g_thread_new (NULL, unref_thread, &internal_api);
313 g_assert (f->threads[i] != NULL);
364 f->threads[i] = g_thread_new (NULL, ref_thread, &public_api);
366 f->threads[i] = g_thread_new (NULL, ref_thread, &internal_api);
368 g_assert (f->threads[i] != NULL);
376 f->threads[i] = g_thread_new (NULL, cycle_thread, &public_api);
378 f->threads[i] = g_thread_new (NULL, cycle_thread, &internal_api);
380 g_assert (f->threads[i] != NULL);
388 f->threads[i] = g_thread_new (NULL, unref_thread, &public_api);
390 f->threads[i] = g_thread_new (NULL, unref_thread, &internal_api);
392 g_assert (f->threads[i] != NULL);
425 f->threads[i] = g_thread_new (NULL, ref_thread, &public_api);
426 g_assert (f->threads[i] != NULL);
433 f->threads[i] = g_thread_new (NULL, cycle_thread, &public_api);
434 g_assert (f->threads[i] != NULL);
441 f->threads[i] = g_thread_new (NULL, unref_thread, &public_api);
442 g_assert (f->threads[i] != NULL);
499 f->threads[i] = g_thread_new (NULL, ref_thread, &public_api);
501 f->threads[i] = g_thread_new (NULL, ref_thread, &internal_api);
503 g_assert (f->threads[i] != NULL);
513 f->threads[i] = g_thread_new (NULL, cycle_thread, &public_api);
516 f->threads[i] = g_thread_new (NULL, cycle_thread, &internal_api);
519 f->threads[i] = g_thread_new (NULL, cycle_thread,
523 g_assert (f->threads[i] != NULL);
533 f->threads[i] = g_thread_new (NULL, unref_thread, &public_api);
536 f->threads[i] = g_thread_new (NULL, unref_thread, &internal_api);
539 f->threads[i] = g_thread_new (NULL, unref_thread,
543 g_assert (f->threads[i] != NULL);