Searched refs:g_timeout (Results 1 – 2 of 2) sorted by relevance
6 static unsigned int g_timeout = 100000; variable12 int result = usleep(g_timeout); in function_to_call()35 usleep(g_timeout * 4); // Make sure in the "run all threads" case in main()
67 g_timeout = value_list.GetFirstValueByName("g_timeout")68 self.assertTrue(g_timeout.IsValid(), "Found g_timeout")71 timeout_value = g_timeout.GetValueAsUnsigned(error)