OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_thread_pool_get_max_threads
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/glib/docs/reference/glib/tmpl/
thread_pools.sgml
38
g_thread_pool_get_max_threads
() and g_thread_pool_set_max_threads().
109
<!-- ##### FUNCTION
g_thread_pool_get_max_threads
##### -->
/external/bluetooth/glib/glib/
gthreadpool.h
77
gint
g_thread_pool_get_max_threads
(GThreadPool *pool);
galiasdef.c
3124
#undef
g_thread_pool_get_max_threads
macro
[
all
...]
galias.h
3114
#define
g_thread_pool_get_max_threads
macro
[
all
...]
/external/bluetooth/glib/tests/
threadpool-test.c
306
g_assert (
g_thread_pool_get_max_threads
(pool) == max_threads);
307
g_assert (g_thread_pool_get_num_threads (pool) ==
g_thread_pool_get_max_threads
(pool));
/external/bluetooth/glib/docs/reference/glib/
glib-sections.txt
668
g_thread_pool_get_max_threads
[
all
...]
Completed in 281 milliseconds