Home
last modified time | relevance | path

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

/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/dialogs/pdf-wizard/
H A Dpdfdialog.cpp787 int taskindex = taskIndex(); in slotTaskChanged() local
788 if ( isParameterTask(taskindex) ) { in slotTaskChanged()
790 if ( taskindex==PDF_SELECT || taskindex==PDF_DELETE ) { in slotTaskChanged()
820 if ( isOverlayTask(taskindex) ) { in slotTaskChanged()
841 if (isBackgroundColor(taskindex)) { in slotTaskChanged()
849 if (isOverlayTask(taskindex) || isBackgroundColor(taskindex) || isFreeTask(taskindex)) { in slotTaskChanged()
1198 int taskindex = taskIndex(); in buildActionCommand() local
1199 switch (taskindex) { in buildActionCommand()
1619 int taskindex = taskIndex(); in checkParameter() local
1626 if ( taskindex==PDF_SELECT || taskindex==PDF_DELETE ) { in checkParameter()
[all …]
/dports/benchmarks/sipp/sipp-3.5.1/src/
H A Drtpstream.cpp388 int taskindex; in rtpstream_playback_thread() local
401 for (taskindex=0;taskindex<threaddata->num_tasks;taskindex++) { in rtpstream_playback_thread()
402 taskinfo= (&threaddata->tasklist)[taskindex]; in rtpstream_playback_thread()
407 (&threaddata->tasklist)[taskindex--]= (&threaddata->tasklist)[--threaddata->num_tasks]; in rtpstream_playback_thread()
434 for (taskindex=0;taskindex<threaddata->num_tasks;taskindex++) { in rtpstream_playback_thread()
437 taskinfo= (&threaddata->tasklist)[taskindex]; in rtpstream_playback_thread()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Dthread.cpp471 task_set::wait_for_task(size_t taskindex, bool block) in wait_for_task() argument
474 if (taskindex >= m_futures.size()) in wait_for_task()
476 auto& f(m_futures[taskindex]); in wait_for_task()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Dthread.cpp471 task_set::wait_for_task(size_t taskindex, bool block) in wait_for_task() argument
474 if (taskindex >= m_futures.size()) in wait_for_task()
476 auto& f(m_futures[taskindex]); in wait_for_task()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dthread.h827 void wait_for_task(size_t taskindex, bool block = false);
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dthread.h827 void wait_for_task(size_t taskindex, bool block = false);