Searched refs:g_thread_pool_new (Results 1 – 8 of 8) sorted by relevance
/external/bluetooth/glib/tests/ |
D | threadpool-test.c | 110 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()
|
D | asyncqueue-test.c | 149 thread_pool = g_thread_pool_new (enter_thread, in main()
|
/external/bluetooth/glib/glib/ |
D | gthreadpool.h | 57 GThreadPool* g_thread_pool_new (GFunc func,
|
D | galiasdef.c | 3139 #undef g_thread_pool_new 3140 extern __typeof (g_thread_pool_new) g_thread_pool_new __attribute((alias("IA__g_thread_pool_new"), …
|
D | galias.h | 3128 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/ |
D | gioscheduler.c | 103 job_thread_pool = g_thread_pool_new (io_job_thread, in init_scheduler()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 665 g_thread_pool_new
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-0 | 2956 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,
|