Home
last modified time | relevance | path

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

/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/qt/
H A Dconsumer_qglsl.cpp87 typedef void* ( *thread_function_t )( void* ); typedef
92 RenderThread(thread_function_t function, void *data) in RenderThread()
120 thread_function_t m_function;
127 RenderThread** thread, int* priority, thread_function_t function, void* data ) in onThreadCreate()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/qt/
H A Dconsumer_qglsl.cpp87 typedef void* ( *thread_function_t )( void* ); typedef
92 RenderThread(thread_function_t function, void *data) in RenderThread()
120 thread_function_t m_function;
130 auto thread = new RenderThread((thread_function_t) t->function, t->data); in onThreadCreate()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/qt/
H A Dconsumer_qglsl.cpp87 typedef void* ( *thread_function_t )( void* ); typedef
92 RenderThread(thread_function_t function, void *data) in RenderThread()
120 thread_function_t m_function;
130 auto thread = new RenderThread((thread_function_t) t->function, t->data); in onThreadCreate()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/qt/
H A Dconsumer_qglsl.cpp87 typedef void* ( *thread_function_t )( void* ); typedef
92 RenderThread(thread_function_t function, void *data) in RenderThread()
120 thread_function_t m_function;
127 RenderThread** thread, int* priority, thread_function_t function, void* data ) in onThreadCreate()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/qt/
H A Dconsumer_qglsl.cpp87 typedef void* ( *thread_function_t )( void* ); typedef
92 RenderThread(thread_function_t function, void *data) in RenderThread()
120 thread_function_t m_function;
127 RenderThread** thread, int* priority, thread_function_t function, void* data ) in onThreadCreate()
/dports/multimedia/shotcut/shotcut-21.03.21/src/
H A Dglwidget.h46 typedef void* ( *thread_function_t )( void* ); typedef
61 void createThread(RenderThread** thread, thread_function_t function, void* data);
175 … RenderThread(thread_function_t function, void* data, QOpenGLContext *context, QSurface* surface);
181 thread_function_t m_function;
H A Dglwidget.cpp549 void GLWidget::createThread(RenderThread **thread, thread_function_t function, void *data) in createThread()
565 RenderThread** thread, int* priority, thread_function_t function, void* data ) in onThreadCreate()
844 RenderThread::RenderThread(thread_function_t function, void *data, QOpenGLContext *context, QSurfac… in RenderThread()
/dports/devel/pthreadpool/pthreadpool-0.1-126-gb8374f8/src/
H A Dgcd.c29 const thread_function_t thread_function = in thread_main()
30 (thread_function_t) pthreadpool_load_relaxed_void_p(&threadpool->thread_function); in thread_main()
78 thread_function_t thread_function, in pthreadpool_parallelize()
H A Dwindows.c108 const thread_function_t thread_function = in thread_main()
109 (thread_function_t) pthreadpool_load_relaxed_void_p(&threadpool->thread_function); in thread_main()
195 thread_function_t thread_function, in pthreadpool_parallelize()
H A Dpthreads.c203 const thread_function_t thread_function = in thread_main()
204 (thread_function_t) pthreadpool_load_relaxed_void_p(&threadpool->thread_function); in thread_main()
296 thread_function_t thread_function, in pthreadpool_parallelize()
H A Dportable-api.c1253 thread_function_t parallelize_1d = &thread_parallelize_1d; in pthreadpool_parallelize_1d()
1344 thread_function_t parallelize_1d_tile_1d = &thread_parallelize_1d_tile_1d; in pthreadpool_parallelize_1d_tile_1d()
1386 thread_function_t parallelize_2d = &thread_parallelize_2d; in pthreadpool_parallelize_2d()
1432 thread_function_t parallelize_2d_tile_1d = &thread_parallelize_2d_tile_1d; in pthreadpool_parallelize_2d_tile_1d()
1482 thread_function_t parallelize_2d_tile_2d = &thread_parallelize_2d_tile_2d; in pthreadpool_parallelize_2d_tile_2d()
1591 thread_function_t parallelize_3d = &thread_parallelize_3d; in pthreadpool_parallelize_3d()
1641 thread_function_t parallelize_3d_tile_1d = &thread_parallelize_3d_tile_1d; in pthreadpool_parallelize_3d_tile_1d()
1695 thread_function_t parallelize_3d_tile_2d = &thread_parallelize_3d_tile_2d; in pthreadpool_parallelize_3d_tile_2d()
1814 thread_function_t parallelize_4d = &thread_parallelize_4d; in pthreadpool_parallelize_4d()
2057 thread_function_t parallelize_5d = &thread_parallelize_5d; in pthreadpool_parallelize_5d()
[all …]
H A Dthreadpool-object.h721 typedef void (*thread_function_t)(struct pthreadpool* threadpool, struct thread_info* thread); typedef
725 thread_function_t thread_function,
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/monitor/
H A Dglwidget.h43 using thread_function_t = void *(*)(void *); variable
72 void createThread(RenderThread **thread, thread_function_t function, void *data);
299 … RenderThread(thread_function_t function, void *data, QOpenGLContext *context, QSurface *surface);
306 thread_function_t m_function;
H A Dglwidget.cpp793 void GLWidget::createThread(RenderThread **thread, thread_function_t function, void *data) in createThread()
1451 RenderThread::RenderThread(thread_function_t function, void *data, QOpenGLContext *context, QSurfac… in RenderThread()
/dports/biology/seaview/seaview/
H A Dpseudoterminal.cxx53 typedef void (*thread_function_t) (void *); typedef
54 extern int fl_create_thread(thread_function_t f, void* p, unsigned stack_size_KB);
193 fl_create_thread( (thread_function_t)ext_prog_listener, data, 0); in create_and_run_pseudoterminal()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/framework/
H A Dmlt_consumer.c83 typedef void* ( *thread_function_t )( void* ); typedef
91 static void mlt_thread_create( mlt_consumer self, thread_function_t function );
1143 mlt_thread_create( self, (thread_function_t) consumer_read_ahead_thread ); in consumer_read_ahead_start()
1773 …(void**) args[0] /* handle */, (int*) args[1] /* priority */, (thread_function_t) args[2], (void*)… in transmit_thread_create()
1776 static void mlt_thread_create( mlt_consumer self, thread_function_t function ) in mlt_thread_create()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/framework/
H A Dmlt_consumer.c83 typedef void* ( *thread_function_t )( void* ); typedef
91 static void mlt_thread_create( mlt_consumer self, thread_function_t function );
1143 mlt_thread_create( self, (thread_function_t) consumer_read_ahead_thread ); in consumer_read_ahead_start()
1773 …(void**) args[0] /* handle */, (int*) args[1] /* priority */, (thread_function_t) args[2], (void*)… in transmit_thread_create()
1776 static void mlt_thread_create( mlt_consumer self, thread_function_t function ) in mlt_thread_create()
/dports/multimedia/mlt6/mlt-6.26.1/src/framework/
H A Dmlt_consumer.c83 typedef void* ( *thread_function_t )( void* ); typedef
91 static void mlt_thread_create( mlt_consumer self, thread_function_t function );
1143 mlt_thread_create( self, (thread_function_t) consumer_read_ahead_thread ); in consumer_read_ahead_start()
1773 …(void**) args[0] /* handle */, (int*) args[1] /* priority */, (thread_function_t) args[2], (void*)… in transmit_thread_create()
1776 static void mlt_thread_create( mlt_consumer self, thread_function_t function ) in mlt_thread_create()