Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/policy/core/common/
H A Dpolicy_scheduler_unittest.cc19 void DoTask(PolicyScheduler::TaskCallback callback) { in DoTask() function in policy::PolicySchedulerTest
62 base::BindRepeating(&PolicySchedulerTest::DoTask, base::Unretained(this)), in TEST_F()
73 base::BindRepeating(&PolicySchedulerTest::DoTask, base::Unretained(this)), in TEST_F()
84 base::BindRepeating(&PolicySchedulerTest::DoTask, base::Unretained(this)), in TEST_F()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks/tests/Task/
H A DTaskAPMTest.cs191 public void DoTask() in DoTask() method in System.Threading.Tasks.Tests.LongTask
204 DoTask(); //simulates workload in BeginDoTask()
240 public T DoTask(T input) in DoTask() method in System.Threading.Tasks.Tests.LongTask
252 return DoTask(input); in BeginDoTask()
/dports/games/spring/spring_98.0/rts/System/
H A DThreadPool.cpp76 static bool DoTask(boost::shared_lock<boost::shared_mutex>& lk_) in DoTask() function
136 static bool DoTask(std::shared_ptr<ITaskGroup> tg) in DoTask() function
159 while (!DoTask(lk) && !exitThread) { in WorkerLoop()
175 while (DoTask(taskgroup)) { in WaitForFinished()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/updateagent/src/
H A Dmain.rs80 DoTask, enumerator
95 (DO_TASK, DoTask), in parse()
154 Command::DoTask => task_action(&args_os[2..]), in fallible_main()
/dports/math/gap/gap-4.11.0/pkg/lpres-1.0.1/gap/pargap/
H A Dmisc.gi80 SubmitTaskInput, DoTask, CheckTaskResult; # MasterSlave
110 DoTask := function( x )
120 MasterSlave( SubmitTaskInput, DoTask, CheckTaskResult, Error );
H A Dinduce.gi19 DoTask, SubmitTaskInput, CheckTaskResult, UpdateSharedData;# MasterSlave
47 DoTask := function( input )
143 MasterSlave( SubmitTaskInput, DoTask, CheckTaskResult, UpdateSharedData );
H A Dconsist.gi264 SubmitTaskInput, DoTask, CheckTaskResult; # MasterSlave-functions
276 DoTask := x -> LPRESPar_CheckConsRel( ReadEvalFromString("ftl"), x ){[b..n]};
284 MasterSlave( SubmitTaskInput, DoTask, CheckTaskResult, Error, 5 );
H A Dstoring.gi447 SubmitTaskInput, DoTask, CheckTaskResult; # MasterSlave
482 DoTask := function( x )
493 MasterSlave( SubmitTaskInput, DoTask, CheckTaskResult, Error );
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/addrbook/src/
H A DnsAbLDAPListenerBase.h39 virtual nsresult DoTask() = 0;
H A DnsAbLDAPReplicationData.h38 virtual nsresult DoTask() override;
H A DnsAbLDAPDirectoryQuery.cpp60 virtual nsresult DoTask() override;
189 nsresult nsAbQueryLDAPMessageListener::DoTask() { in DoTask() function in nsAbQueryLDAPMessageListener
477 return msgListener->DoTask(); in DoQuery()
H A DnsAbLDAPListenerBase.cpp317 return DoTask(); in OnLDAPMessageBind()
H A DnsAbLDAPReplicationData.cpp136 nsresult nsAbLDAPProcessReplicationData::DoTask() { in DoTask() function in nsAbLDAPProcessReplicationData
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/Bios/src/funclets/FlashXv2/
H A Dmsp430x5xx_FlashPageErase.s43112 JEQ DoTask ; Yes, continue
117 DoTask
H A Dmsp430x5xx_FlashWrite.s4398 JEQ DoTask ; Yes, continue
103 DoTask
H A Dmsp430x5xx_FlashWrite_16_BIT.s4398 JEQ DoTask ; Yes, continue
103 DoTask
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync_file_system/drive_backend/
H A Dsync_task_manager_unittest.cc81 base::Bind(&TaskManagerClient::DoTask, AsWeakPtr(), in ScheduleTask()
90 base::Bind(&TaskManagerClient::DoTask, AsWeakPtr(), in ScheduleTaskIfIdle()
105 void DoTask(SyncStatusCode status_to_return, in DoTask() function in sync_file_system::drive_backend::__anon67468b000111::TaskManagerClient
/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/design/
H A Dgpu_synchronization.md236 In this example, DoTask will execute after GLCommandA and before GLCommandD, but
247 gpu_control_->DoTask();
252 // A | DoTask B C | D
253 // A | B DoTask C | D
254 // A | B C DoTask | D
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/docs/design/
H A Dgpu_synchronization.md236 In this example, DoTask will execute after GLCommandA and before GLCommandD, but
247 gpu_control_->DoTask();
252 // A | DoTask B C | D
253 // A | B DoTask C | D
254 // A | B C DoTask | D
/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dtask.c51 extern int DoTask(void);
245 int DoTask(void) in DoTask() function
649 if (nTasks+caughtTask) DoTask(); in y_on_idle()
740 while (nTasks>t0 && !(ym_state&(Y_QUITTING|Y_SUSPENDED))) DoTask(); in RunTaskNow()
757 while (nTasks>t0 && !(ym_state&(Y_QUITTING|Y_SUSPENDED))) DoTask(); in IncludeNow()
/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/
H A Dgmusicbrowser.pl3513 $TimeOut{$task_id}||=Glib::Timeout->add($timeout,\&DoTask,$task_id) if $timeout;
3516 sub DoTask subroutine
3544 elsif (%ToDo) { DoTask( (sort keys %ToDo)[0] ); }
H A Dgmusicbrowser_list.pm2333 sub { ::DoTask('6_UpdateSearch'.$entry);