OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pool3
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/tests/
threadpool-test.c
175
GThreadPool *pool1, *pool2, *
pool3
;
local
181
pool3
= g_thread_pool_new ((GFunc)test_thread_pools_entry_func, NULL, 7, TRUE, NULL);
188
g_thread_pool_push (
pool3
, GUINT_TO_POINTER (i + 1), NULL);
197
g_thread_pool_free (
pool3
, FALSE, TRUE);
Completed in 11 milliseconds