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

  /external/bluetooth/glib/tests/
threadpool-test.c 27 static guint last_thread_id = 0; variable
227 thread_id, last_thread_id));
232 if (last_thread_id > thread_id) {
234 g_assert (last_thread_id <= thread_id);
247 last_thread_id = thread_id;

Completed in 60 milliseconds