Home
last modified time | relevance | path

Searched refs:ref_thread (Results 1 – 1 of 1) sorted by relevance

/external/dbus/test/internals/
Drefs.c87 ref_thread (gpointer data) in ref_thread() function
285 f->threads[i] = g_thread_new (NULL, ref_thread, &public_api); in test_connection()
287 f->threads[i] = g_thread_new (NULL, ref_thread, &internal_api); in test_connection()
364 f->threads[i] = g_thread_new (NULL, ref_thread, &public_api); in test_server()
366 f->threads[i] = g_thread_new (NULL, ref_thread, &internal_api); in test_server()
425 f->threads[i] = g_thread_new (NULL, ref_thread, &public_api); in test_message()
499 f->threads[i] = g_thread_new (NULL, ref_thread, &public_api); in test_pending_call()
501 f->threads[i] = g_thread_new (NULL, ref_thread, &internal_api); in test_pending_call()