Home
last modified time | relevance | path

Searched refs:thread_loop (Results 1 – 25 of 98) sorted by relevance

1234

/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkMultiThreader.cxx272 for (thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++ ) in SingleMethodExecute()
292 for ( thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++ ) in SingleMethodExecute()
298 for ( thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++ ) in SingleMethodExecute()
315 for ( thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++ ) in SingleMethodExecute()
335 for ( thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++ ) in SingleMethodExecute()
363 for ( thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++ ) in SingleMethodExecute()
394 for ( thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++ ) in SingleMethodExecute()
438 for ( thread_loop = 0; thread_loop < this->NumberOfThreads; thread_loop++ ) in MultipleMethodExecute()
461 for ( thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++ ) in MultipleMethodExecute()
483 for ( thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++ ) in MultipleMethodExecute()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkMultiThreader.cxx242 for (thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++ ) in SingleMethodExecute()
262 for ( thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++ ) in SingleMethodExecute()
268 for ( thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++ ) in SingleMethodExecute()
292 for ( thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++ ) in SingleMethodExecute()
316 for ( thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++ ) in SingleMethodExecute()
353 for ( thread_loop = 0; thread_loop < this->NumberOfThreads; thread_loop++ ) in MultipleMethodExecute()
373 for ( thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++ ) in MultipleMethodExecute()
394 for ( thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++ ) in MultipleMethodExecute()
400 for ( thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++ ) in MultipleMethodExecute()
426 for ( thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++ ) in MultipleMethodExecute()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkMultiThreader.cxx236 for (thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++) in SingleMethodExecute()
255 for (thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++) in SingleMethodExecute()
261 for (thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++) in SingleMethodExecute()
285 for (thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++) in SingleMethodExecute()
306 for (thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++) in SingleMethodExecute()
342 for (thread_loop = 0; thread_loop < this->NumberOfThreads; thread_loop++) in MultipleMethodExecute()
362 for (thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++) in MultipleMethodExecute()
381 for (thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++) in MultipleMethodExecute()
387 for (thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++) in MultipleMethodExecute()
413 for (thread_loop = 1; thread_loop < this->NumberOfThreads; thread_loop++) in MultipleMethodExecute()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/src/
H A DitkPlatformMultiThreader.cxx106 ThreadIdType thread_loop = 0; in SingleMethodExecute() local
119 for( thread_loop = 1; thread_loop < m_NumberOfWorkUnits; ++thread_loop ) in SingleMethodExecute()
121 process_id[thread_loop] = ITK_DEFAULT_THREAD_ID; in SingleMethodExecute()
135 for( thread_loop = 1; thread_loop < m_NumberOfWorkUnits; ++thread_loop ) in SingleMethodExecute()
137 m_ThreadInfoArray[thread_loop].UserData = m_SingleData; in SingleMethodExecute()
139 m_ThreadInfoArray[thread_loop].ThreadFunction = m_SingleMethod; in SingleMethodExecute()
141 process_id[thread_loop] = in SingleMethodExecute()
173 for( thread_loop = 1; thread_loop < m_NumberOfWorkUnits; ++thread_loop ) in SingleMethodExecute()
204 for( thread_loop = 1; thread_loop < m_NumberOfWorkUnits; ++thread_loop ) in SingleMethodExecute()
209 this->SpawnWaitForSingleMethodThread(process_id[thread_loop]); in SingleMethodExecute()
[all …]
H A DitkPlatformMultiThreaderPosix.cxx57 for( ThreadIdType thread_loop = 0; thread_loop < m_NumberOfWorkUnits; ++thread_loop ) in MultipleMethodExecute() local
59 if( m_MultipleMethod[thread_loop] == (ThreadFunctionType)nullptr ) in MultipleMethodExecute()
61 itkExceptionMacro(<< "No multiple method set for: " << thread_loop); in MultipleMethodExecute()
84 for( ThreadIdType thread_loop = 1; thread_loop < m_NumberOfWorkUnits; ++thread_loop ) in MultipleMethodExecute() local
86 m_ThreadInfoArray[thread_loop].UserData = in MultipleMethodExecute()
87 m_MultipleData[thread_loop]; in MultipleMethodExecute()
88 m_ThreadInfoArray[thread_loop].NumberOfWorkUnits = m_NumberOfWorkUnits; in MultipleMethodExecute()
89 int threadError = pthread_create( &( process_id[thread_loop] ), in MultipleMethodExecute()
91 ( (void *)( &m_ThreadInfoArray[thread_loop] ) ) ); in MultipleMethodExecute()
105 for( ThreadIdType thread_loop = 1; thread_loop < m_NumberOfWorkUnits; ++thread_loop ) in MultipleMethodExecute() local
[all …]
H A DitkPlatformMultiThreaderSingle.cxx38 ThreadIdType thread_loop; in MultipleMethodExecute() local
46 for ( thread_loop = 0; thread_loop < m_NumberOfWorkUnits; thread_loop++ ) in MultipleMethodExecute()
48 if ( m_MultipleMethod[thread_loop] == (ThreadFunctionType)0 ) in MultipleMethodExecute()
50 itkExceptionMacro(<< "No multiple method set for: " << thread_loop); in MultipleMethodExecute()
/dports/audio/musicpd/mpd-0.23.6/src/output/plugins/
H A DPipeWireOutputPlugin.cxx70 struct pw_thread_loop *thread_loop = nullptr; member in PipeWireOutput
212 pw_thread_loop_signal(thread_loop, false); in Drained()
231 pw_thread_loop_signal(thread_loop, false); in ControlInfo()
268 if (thread_loop == nullptr) in Interrupt()
273 pw_thread_loop_signal(thread_loop, false); in Interrupt()
335 if (thread_loop == nullptr) in Enable()
338 pw_thread_loop_start(thread_loop); in Enable()
346 pw_thread_loop_destroy(thread_loop); in Disable()
347 thread_loop = nullptr; in Disable()
818 pw_thread_loop_wait(thread_loop); in Play()
[all …]
/dports/net/netatalk3/netatalk-3.1.12/etc/afpd/
H A Dafpstats.c48 GMainLoop *thread_loop; in afpstats_thread() local
57 thread_loop = g_main_loop_new(ctxt, FALSE); in afpstats_thread()
86 g_main_loop_run(thread_loop); in afpstats_thread()
87 return thread_loop; in afpstats_thread()
/dports/deskutils/maliit-framework/framework-2.1.1/tests/ut_maliit_glib_settings/
H A Dmockmaliitserver.c42 GMainLoop *thread_loop; member
95 self->priv->thread_loop = g_main_loop_new(self->priv->thread_context, FALSE); in run_server_thread()
96 g_main_loop_run(self->priv->thread_loop); in run_server_thread()
97 g_main_loop_unref(self->priv->thread_loop); in run_server_thread()
98 self->priv->thread_loop = NULL; in run_server_thread()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/linux-capture/
H A Dpipewire.c79 struct pw_thread_loop *thread_loop; member
229 if (obs_pw->thread_loop) { in teardown_pipewire()
230 pw_thread_loop_wait(obs_pw->thread_loop); in teardown_pipewire()
231 pw_thread_loop_stop(obs_pw->thread_loop); in teardown_pipewire()
607 pw_thread_loop_signal(obs_pw->thread_loop, FALSE); in on_core_error_cb()
617 pw_thread_loop_signal(obs_pw->thread_loop, FALSE); in on_core_done_cb()
635 pw_thread_loop_get_loop(obs_pw->thread_loop), NULL, 0); in play_pipewire_stream()
637 if (pw_thread_loop_start(obs_pw->thread_loop) < 0) { in play_pipewire_stream()
642 pw_thread_loop_lock(obs_pw->thread_loop); in play_pipewire_stream()
650 pw_thread_loop_unlock(obs_pw->thread_loop); in play_pipewire_stream()
[all …]
/dports/graphics/embree/embree-3.13.2/common/tasking/
H A Dtaskschedulerinternal.cpp137 pool->thread_loop(threadIndex); in threadPoolFunction()
213 void TaskScheduler::ThreadPool::thread_loop(size_t globalThreadIndex) in thread_loop() function in embree::TaskScheduler::ThreadPool
226 scheduler->thread_loop(threadIndex); in thread_loop()
294 std::exception_ptr except = thread_loop(threadIndex); in join()
327 std::exception_ptr TaskScheduler::thread_loop(size_t threadIndex) in thread_loop() function in embree::TaskScheduler
/dports/devel/godot2/godot-2.1.6-stable/servers/visual/
H A Dvisual_server_wrap_mt.cpp66 vsmt->thread_loop(); in _thread_callback()
69 void VisualServerWrapMT::thread_loop() { in thread_loop() function in VisualServerWrapMT
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/visual/
H A Dvisual_server_wrap_mt.cpp66 vsmt->thread_loop(); in _thread_callback()
69 void VisualServerWrapMT::thread_loop() { in thread_loop() function in VisualServerWrapMT
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics_2d/
H A Dphysics_2d_server_wrap_mt.cpp50 vsmt->thread_loop(); in _thread_callback()
53 void Physics2DServerWrapMT::thread_loop() { in thread_loop() function in Physics2DServerWrapMT
/dports/devel/godot2/godot-2.1.6-stable/servers/physics_2d/
H A Dphysics_2d_server_wrap_mt.cpp49 vsmt->thread_loop(); in _thread_callback()
52 void Physics2DServerWrapMT::thread_loop() { in thread_loop() function in Physics2DServerWrapMT
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics_2d/
H A Dphysics_2d_server_wrap_mt.cpp49 vsmt->thread_loop(); in _thread_callback()
52 void Physics2DServerWrapMT::thread_loop() { in thread_loop() function in Physics2DServerWrapMT
/dports/devel/godot/godot-3.2.3-stable/servers/physics_2d/
H A Dphysics_2d_server_wrap_mt.cpp50 vsmt->thread_loop(); in _thread_callback()
53 void Physics2DServerWrapMT::thread_loop() { in thread_loop() function in Physics2DServerWrapMT
/dports/sysutils/polkit/polkit-0.120/src/polkitagent/
H A Dpolkitagentlistener.c74 GMainLoop *thread_loop; member
101 if (server->thread_loop != NULL) in server_free()
102 g_main_loop_unref (server->thread_loop); in server_free()
347 server->thread_loop = g_main_loop_new (server->thread_context, FALSE); in server_thread_func()
359 g_main_loop_run (server->thread_loop); in server_thread_func()
520 g_main_loop_quit (server->thread_loop); in polkit_agent_listener_unregister()
/dports/devel/godot-tools/godot-3.2.3-stable/servers/visual/
H A Dvisual_server_wrap_mt.cpp57 vsmt->thread_loop(); in _thread_callback()
60 void VisualServerWrapMT::thread_loop() { in thread_loop() function in VisualServerWrapMT
/dports/devel/godot/godot-3.2.3-stable/servers/visual/
H A Dvisual_server_wrap_mt.cpp57 vsmt->thread_loop(); in _thread_callback()
60 void VisualServerWrapMT::thread_loop() { in thread_loop() function in VisualServerWrapMT
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/parallel-rdp/
H A Dcommand_ring.cpp46 thr = std::thread(&CommandRing::thread_loop, this); in init()
86 void CommandRing::thread_loop() in thread_loop() function in RDP::CommandRing
/dports/games/alephone/alephone-release-20190331/Source_Files/CSeries/
H A Dmytm_sdl.cpp130 thread_loop(void* inData) { in thread_loop() function
270 theTask->mThread = SDL_CreateThread(thread_loop, "myXTMSetup_taskThread", theTask); in myXTMSetup()
315 task->mThread = SDL_CreateThread(thread_loop, "myTMReset_taskThread", task); in myTMReset()
/dports/devel/glib20/glib-2.70.4/gio/tests/
H A Dgdbus-threading.c315 GMainLoop *thread_loop; member
339 g_main_loop_quit (data->thread_loop); in sleep_cb()
352 data->thread_loop = g_main_loop_new (thread_context, FALSE); in test_sleep_in_thread_func()
370 g_main_loop_run (data->thread_loop); in test_sleep_in_thread_func()
400 g_main_loop_unref (data->thread_loop); in test_sleep_in_thread_func()
H A Dgdbus-test-codegen.c614 GMainLoop *thread_loop; member
670 g_main_loop_quit (data->thread_loop); in on_g_properties_changed()
692 g_main_loop_quit (data->thread_loop); in on_test_signal()
709 g_main_loop_quit (data->thread_loop); in on_property_cancellation_cb()
714 GMainLoop *thread_loop) in check_bar_proxy() argument
775 data->thread_loop = thread_loop; in check_bar_proxy()
993 g_main_loop_run (thread_loop); in check_bar_proxy()
1049 g_main_loop_run (thread_loop); in check_bar_proxy()
1119 g_main_loop_run (thread_loop); in check_bar_proxy()
1320 GMainLoop *thread_loop; in check_proxies_in_thread() local
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavdevice/
H A Diec61883.c81 int thread_loop; ///< Condition for thread while-loop member
157 while (dv->thread_loop) in iec61883_receive_task()
403 dv->thread_loop = 1; in iec61883_read_header()
453 dv->thread_loop = 0; in iec61883_close()

1234