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

  /external/bluetooth/glib/tests/
threadpool-test.c 110 pool = g_thread_pool_new ((GFunc) g_usleep, NULL, -1, FALSE, NULL);
179 pool1 = g_thread_pool_new ((GFunc)test_thread_pools_entry_func, NULL, 3, FALSE, NULL);
180 pool2 = g_thread_pool_new ((GFunc)test_thread_pools_entry_func, NULL, 5, TRUE, NULL);
181 pool3 = g_thread_pool_new ((GFunc)test_thread_pools_entry_func, NULL, 7, TRUE, NULL);
279 pool = g_thread_pool_new (test_thread_sort_entry_func,
352 idle_pool = g_thread_pool_new (test_thread_idle_time_entry_func,
asyncqueue-test.c 149 thread_pool = g_thread_pool_new (enter_thread,
  /external/bluetooth/glib/docs/reference/glib/tmpl/
thread_pools.sgml 24 To create a new thread pool, you use g_thread_pool_new(). It is
76 <!-- ##### FUNCTION g_thread_pool_new ##### -->
  /external/bluetooth/glib/glib/
gthreadpool.h 57 GThreadPool* g_thread_pool_new (GFunc func,
galiasdef.c 3139 #undef g_thread_pool_new macro
    [all...]
galias.h 3129 #define g_thread_pool_new macro
    [all...]
  /external/bluetooth/glib/gio/
gioscheduler.c 103 job_thread_pool = g_thread_pool_new (io_job_thread,
  /external/bluetooth/glib/docs/reference/glib/
glib-sections.txt 665 g_thread_pool_new
    [all...]
  /external/bluetooth/glib/
ChangeLog.pre-2-0     [all...]

Completed in 106 milliseconds