Home
last modified time | relevance | path

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

/external/dbus/test/internals/
Drefs.c268 Thread internal_api = { f->connection, in test_connection() local
287 f->threads[i] = g_thread_new (NULL, ref_thread, &internal_api); in test_connection()
299 f->threads[i] = g_thread_new (NULL, cycle_thread, &internal_api); in test_connection()
311 f->threads[i] = g_thread_new (NULL, unref_thread, &internal_api); in test_connection()
349 Thread internal_api = { f->server, in test_server() local
366 f->threads[i] = g_thread_new (NULL, ref_thread, &internal_api); in test_server()
378 f->threads[i] = g_thread_new (NULL, cycle_thread, &internal_api); in test_server()
390 f->threads[i] = g_thread_new (NULL, unref_thread, &internal_api); in test_server()
464 Thread internal_api = { NULL, in test_pending_call() local
489 internal_api.thing = pending_call; in test_pending_call()
[all …]