Home | History | Annotate | Download | only in tests

Lines Matching refs:guint

9 static guint test_g_mutex_int = 0;
52 static guint test_g_static_rec_mutex_int = 0;
114 static guint test_g_static_private_counter = 0;
115 static guint test_g_static_private_ready = 0;
123 return g_new (guint,1);
139 guint number = GPOINTER_TO_INT (data);
140 guint i;
141 guint *private1, *private2;
195 guint i;
285 guint i;
304 static guint test_g_once_guint_array[G_ONCE_SIZE];
310 guint *count = arg;
320 guint i;
326 guint pos = g_random_int_range (0, G_ONCE_SIZE);
348 guint i;