Searched refs:unref_thread (Results 1 – 1 of 1) sorted by relevance
/external/dbus/test/internals/ |
D | refs.c | 147 unref_thread (gpointer data) in unref_thread() function 309 f->threads[i] = g_thread_new (NULL, unref_thread, &public_api); in test_connection() 311 f->threads[i] = g_thread_new (NULL, unref_thread, &internal_api); in test_connection() 388 f->threads[i] = g_thread_new (NULL, unref_thread, &public_api); in test_server() 390 f->threads[i] = g_thread_new (NULL, unref_thread, &internal_api); in test_server() 441 f->threads[i] = g_thread_new (NULL, unref_thread, &public_api); in test_message() 533 f->threads[i] = g_thread_new (NULL, unref_thread, &public_api); in test_pending_call() 536 f->threads[i] = g_thread_new (NULL, unref_thread, &internal_api); in test_pending_call() 539 f->threads[i] = g_thread_new (NULL, unref_thread, in test_pending_call()
|