Home
last modified time | relevance | path

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

/third_party/glib/gobject/tests/
Dthreadtests.c246 guint get_wins = 0, unref_wins = 0; in test_threaded_weak_ref() local
330 unref_wins++; in test_threaded_weak_ref()
343 get_wins, unref_wins); in test_threaded_weak_ref()
/third_party/glib/gio/tests/
Dgdbus-threading.c577 guint unref_wins = 0; in test_threaded_singleton() local
626 unref_wins++; in test_threaded_singleton()
637 g_printerr ("Unref won %u races; Get won %u races\n", unref_wins, get_wins); in test_threaded_singleton()