Home
last modified time | relevance | path

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

/third_party/glib/gobject/tests/
Dthreadtests.c239 #define SLEEP_MIN_USEC 1 macro
291 data.unref_delay = g_random_int_range (SLEEP_MIN_USEC / 2, SLEEP_MAX_USEC / 2); in test_threaded_weak_ref()
292 get_delay = g_random_int_range (SLEEP_MIN_USEC, SLEEP_MAX_USEC); in test_threaded_weak_ref()
/third_party/glib/gio/tests/
Dgdbus-threading.c526 #define SLEEP_MIN_USEC 1 macro
601 unref_delay = g_random_int_range (SLEEP_MIN_USEC, SLEEP_MAX_USEC); in test_threaded_singleton()
602 get_delay = g_random_int_range (SLEEP_MIN_USEC / 2, SLEEP_MAX_USEC / 2); in test_threaded_singleton()