Searched refs:cycle_thread (Results 1 – 1 of 1) sorted by relevance
/external/dbus/test/internals/ |
D | refs.c | 116 cycle_thread (gpointer data) in cycle_thread() function 297 f->threads[i] = g_thread_new (NULL, cycle_thread, &public_api); in test_connection() 299 f->threads[i] = g_thread_new (NULL, cycle_thread, &internal_api); in test_connection() 376 f->threads[i] = g_thread_new (NULL, cycle_thread, &public_api); in test_server() 378 f->threads[i] = g_thread_new (NULL, cycle_thread, &internal_api); in test_server() 433 f->threads[i] = g_thread_new (NULL, cycle_thread, &public_api); in test_message() 513 f->threads[i] = g_thread_new (NULL, cycle_thread, &public_api); in test_pending_call() 516 f->threads[i] = g_thread_new (NULL, cycle_thread, &internal_api); in test_pending_call() 519 f->threads[i] = g_thread_new (NULL, cycle_thread, in test_pending_call()
|