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

  /external/bluetooth/glib/tests/
threadpool-test.c 17 #define MAX_UNUSED_THREADS -1
40 gint max_unused_threads; local
48 max_unused_threads = 3;
51 max_unused_threads));
52 g_thread_pool_set_max_unused_threads (max_unused_threads);
56 g_assert (g_thread_pool_get_max_unused_threads() == max_unused_threads);
285 g_thread_pool_set_max_unused_threads (MAX_UNUSED_THREADS);
358 g_thread_pool_set_max_unused_threads (MAX_UNUSED_THREADS);
361 g_assert (g_thread_pool_get_max_unused_threads () == MAX_UNUSED_THREADS);
asyncqueue-test.c 135 gint max_unused_threads = MAX_THREADS; local
148 max_threads, max_unused_threads));
157 g_thread_pool_set_max_unused_threads (max_unused_threads);
  /external/bluetooth/glib/
ChangeLog.pre-2-0     [all...]

Completed in 163 milliseconds