Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dthread-pool.c391 static void thread_pool_func(gpointer data, gpointer user_data) in thread_pool_func() function
420 pool->t = g_thread_pool_new(thread_pool_func, pool, 0, TRUE, NULL); in thread_pool_new()