HomeSort by relevance Sort by last modified time
    Searched defs:run_thread (Results 1 - 4 of 4) 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);
  /external/valgrind/main/callgrind/
threads.c 178 void CLG_(run_thread)(ThreadId tid) function

Completed in 35 milliseconds