Searched refs:g_thread_new (Results 1 – 1 of 1) sorted by relevance
/external/dbus/test/internals/ |
D | refs.c | 83 #define g_thread_new(name,func,data) g_thread_create(func,data,TRUE,NULL) macro 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() 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() 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() 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() 376 f->threads[i] = g_thread_new (NULL, cycle_thread, &public_api); in test_server() [all …]
|