Searched refs:g_thread_pool_push (Results 1 – 8 of 8) sorted by relevance
/external/bluetooth/glib/tests/ |
D | threadpool-test.c | 113 g_thread_pool_push (pool, GUINT_TO_POINTER (1000), NULL); in test_thread_stop_unused() 186 g_thread_pool_push (pool1, GUINT_TO_POINTER (i + 1), NULL); in test_thread_pools() 187 g_thread_pool_push (pool2, GUINT_TO_POINTER (i + 1), NULL); in test_thread_pools() 188 g_thread_pool_push (pool3, GUINT_TO_POINTER (i + 1), NULL); in test_thread_pools() 297 g_thread_pool_push (pool, GUINT_TO_POINTER (id), NULL); in test_thread_sort() 333 g_thread_pool_push (idle_pool, GUINT_TO_POINTER (100 + i), NULL); in test_thread_idle_timeout() 365 g_thread_pool_push (idle_pool, GUINT_TO_POINTER (i + 1), NULL); in test_thread_idle_time()
|
D | asyncqueue-test.c | 163 g_thread_pool_push (thread_pool, GINT_TO_POINTER (i), &error); in main()
|
/external/bluetooth/glib/glib/ |
D | gthreadpool.h | 67 void g_thread_pool_push (GThreadPool *pool,
|
D | galiasdef.c | 3142 #undef g_thread_pool_push 3143 extern __typeof (g_thread_pool_push) g_thread_pool_push __attribute((alias("IA__g_thread_pool_push"…
|
D | galias.h | 3131 extern __typeof (g_thread_pool_push) IA__g_thread_pool_push __attribute((visibility("hidden"))); 3132 #define g_thread_pool_push IA__g_thread_pool_push macro
|
/external/bluetooth/glib/gio/ |
D | gioscheduler.c | 253 g_thread_pool_push (job_thread_pool, job, NULL); in g_io_scheduler_push_job()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 666 g_thread_pool_push
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-0 | 5074 g_thread_pool_push and g_thread_pool_set_max_threads.
|