Home
last modified time | relevance | path

Searched refs:g_thread_pool_new (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/glib/tests/
Dthreadpool-test.c110 pool = g_thread_pool_new ((GFunc) g_usleep, NULL, -1, FALSE, NULL); in test_thread_stop_unused()
179 pool1 = g_thread_pool_new ((GFunc)test_thread_pools_entry_func, NULL, 3, FALSE, NULL); in test_thread_pools()
180 pool2 = g_thread_pool_new ((GFunc)test_thread_pools_entry_func, NULL, 5, TRUE, NULL); in test_thread_pools()
181 pool3 = g_thread_pool_new ((GFunc)test_thread_pools_entry_func, NULL, 7, TRUE, NULL); in test_thread_pools()
279 pool = g_thread_pool_new (test_thread_sort_entry_func, in test_thread_sort()
352 idle_pool = g_thread_pool_new (test_thread_idle_time_entry_func, in test_thread_idle_time()
Dasyncqueue-test.c149 thread_pool = g_thread_pool_new (enter_thread, in main()
/external/bluetooth/glib/glib/
Dgthreadpool.h57 GThreadPool* g_thread_pool_new (GFunc func,
Dgaliasdef.c3139 #undef g_thread_pool_new
3140 extern __typeof (g_thread_pool_new) g_thread_pool_new __attribute((alias("IA__g_thread_pool_new"), …
Dgalias.h3128 extern __typeof (g_thread_pool_new) IA__g_thread_pool_new __attribute((visibility("hidden")));
3129 #define g_thread_pool_new IA__g_thread_pool_new macro
/external/bluetooth/glib/gio/
Dgioscheduler.c103 job_thread_pool = g_thread_pool_new (io_job_thread, in init_scheduler()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt665 g_thread_pool_new
/external/bluetooth/glib/
DChangeLog.pre-2-02956 members. g_thread_pool_new the 'stack_size', 'bound' and
3285 go to the global pool. g_thread_pool_new now protects the global
4899 `(gpointer) &g_thread_pool_new'.
5073 thread creation, namely for g_thread_create, g_thread_pool_new,