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

  /external/bluetooth/glib/tests/refcount/
objects.c 97 run_thread (GTest * test) function
135 thread = g_thread_create ((GThreadFunc) run_thread, test1, TRUE, NULL);
138 thread = g_thread_create ((GThreadFunc) run_thread, test2, TRUE, NULL);
properties.c 177 run_thread (GTest * test) function
228 thread = g_thread_create ((GThreadFunc) run_thread, test, TRUE, NULL);
signals.c 205 run_thread (GTest * test) function
261 thread = g_thread_create ((GThreadFunc) run_thread, test1, TRUE, NULL);
264 thread = g_thread_create ((GThreadFunc) run_thread, test2, TRUE, NULL);

Completed in 4774 milliseconds