Home
last modified time | relevance | path

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

/dports/graphics/vips/vips-8.12.0/libvips/include/vips/
H A Dthread.h52 GThread *vips_g_thread_new( const char *, GThreadFunc, gpointer );
/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/
H A Dimageprocessor.cc98 thread = vips_g_thread_new( "image_processor", run_image_processor, NULL ); in start()
/dports/graphics/vips/vips-8.12.0/libvips/iofuncs/
H A Dthreadpool.c216 vips_g_thread_new( const char *domain, GThreadFunc func, gpointer data ) in vips_g_thread_new() function
H A Dsinkscreen.c1059 render_thread = vips_g_thread_new( "sink_screen", in vips__sink_screen_once()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/vips/
H A Dsinkscreen_pf.c581 if( !(pfrender_thread = vips_g_thread_new( "sink_screen", in pfrender_thread_create()