HomeSort by relevance Sort by last modified time
    Searched full:ref_thread (Results 1 - 1 of 1) sorted by null

  /external/dbus/test/internals/
refs.c 87 ref_thread (gpointer data) function
285 f->threads[i] = g_thread_new (NULL, ref_thread, &public_api);
287 f->threads[i] = g_thread_new (NULL, ref_thread, &internal_api);
364 f->threads[i] = g_thread_new (NULL, ref_thread, &public_api);
366 f->threads[i] = g_thread_new (NULL, ref_thread, &internal_api);
425 f->threads[i] = g_thread_new (NULL, ref_thread, &public_api);
499 f->threads[i] = g_thread_new (NULL, ref_thread, &public_api);
501 f->threads[i] = g_thread_new (NULL, ref_thread, &internal_api);

Completed in 89 milliseconds