Home
last modified time | relevance | path

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

/third_party/glib/gobject/tests/
Dthreadtests.c222 guint unref_delay; member
230 g_usleep (data->unref_delay); in unref_in_thread()
291 data.unref_delay = g_random_int_range (SLEEP_MIN_USEC / 2, SLEEP_MAX_USEC / 2); in test_threaded_weak_ref()
/third_party/glib/gio/tests/
Dgdbus-threading.c588 guint unref_delay, get_delay; in test_threaded_singleton() local
601 unref_delay = g_random_int_range (SLEEP_MIN_USEC, SLEEP_MAX_USEC); in test_threaded_singleton()
611 g_usleep (unref_delay); in test_threaded_singleton()