HomeSort by relevance Sort by last modified time
    Searched full:main_cancel (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/gio/tests/
unix-streams.c 34 GCancellable *writer_cancel, *reader_cancel, *main_cancel; variable
67 g_cancellable_cancel (main_cancel);
140 if (g_cancellable_is_cancelled (main_cancel))
150 G_PRIORITY_DEFAULT, main_cancel,
164 if (g_cancellable_is_cancelled (main_cancel))
177 G_PRIORITY_DEFAULT, main_cancel,
184 G_PRIORITY_DEFAULT, main_cancel,
217 main_cancel = g_cancellable_new ();
226 G_PRIORITY_DEFAULT, main_cancel,
238 g_object_unref (main_cancel);
    [all...]

Completed in 4391 milliseconds