Home
last modified time | relevance | path

Searched refs:DoWork (Results 1 – 19 of 19) sorted by relevance

/third_party/ninja/src/
Dsubprocess_test.cc48 subprocs_.DoWork(); in TEST_F()
62 subprocs_.DoWork(); in TEST_F()
80 subprocs_.DoWork(); in TEST_F()
91 bool interrupted = subprocs_.DoWork(); in TEST_F()
104 subprocs_.DoWork(); in TEST_F()
115 bool interrupted = subprocs_.DoWork(); in TEST_F()
128 subprocs_.DoWork(); in TEST_F()
139 bool interrupted = subprocs_.DoWork(); in TEST_F()
155 subprocs_.DoWork(); in TEST_F()
169 subprocs_.DoWork(); in TEST_F()
[all …]
Dsubprocess.h88 bool DoWork();
Dsubprocess-posix.cc240 bool SubprocessSet::DoWork() { in DoWork() function in SubprocessSet
290 bool SubprocessSet::DoWork() { in DoWork() function in SubprocessSet
Dsubprocess-win32.cc252 bool SubprocessSet::DoWork() { in DoWork() function in SubprocessSet
Dbuild.cc715 bool interrupted = subprocs_.DoWork(); in WaitForCommand()
/third_party/boost/libs/thread/test/
Dtest_11053.cpp14 void DoWork() in DoWork() function
35 void DoWork() in DoWork() function
40 m_ptr->DoWork(); in DoWork()
48 void DoWork() in DoWork() function
53 m_ptr->DoWork(); in DoWork()
63 boost::thread cWorker(&C::DoWork, p_C); in main()
/third_party/cef/tests/shared/browser/
Dmain_message_loop_external_pump.cc56 DoWork(); in OnScheduleWork()
71 DoWork(); in OnTimerTimeout()
74 void MainMessageLoopExternalPump::DoWork() { in DoWork() function in client::MainMessageLoopExternalPump
Dmain_message_loop_external_pump.h61 void DoWork();
/third_party/libphonenumber/cpp/src/phonenumbers/
Ddefault_logger.h38 static inline string DoWork(const T& s) { in DoWork() function
45 static inline string DoWork(int n) {
67 impl_->WriteMessage(ConvertToString<T>::DoWork(value));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericIteratedDominanceFrontier.h176 auto DoWork = [&](NodeTy *Succ) { in calculate()
197 DoWork(Succ); in calculate()
/third_party/grpc/src/cpp/thread_manager/
Dthread_manager.h76 virtual void DoWork(void* tag, bool ok, bool resources) = 0;
Dthread_manager.cc213 DoWork(tag, ok, !resource_exhausted); in MainWorkLoop()
/third_party/cef/libcef/browser/
Dbrowser_message_loop.cc68 Delegate::NextWorkInfo next_work_info = delegate->DoWork(); in DirectRunWork()
/third_party/grpc/test/cpp/thread_manager/
Dthread_manager_test.cc72 void DoWork(void* /* tag */, bool /*ok*/, bool /*resources*/) override { in DoWork() function in grpc::__anon7196cf860111::TestThreadManager
/third_party/gn/src/gn/
Dheader_checker.h106 void DoWork(const Target* target, const SourceFile& file);
Dheader_checker.cc177 DoWork(target, file); in RunCheckOverFiles()
189 void HeaderChecker::DoWork(const Target* target, const SourceFile& file) { in DoWork() function in HeaderChecker
/third_party/boost/libs/thread/doc/
Dlatch.qbk32 void DoWork(thread_pool* pool) {
47 void DoWork() {
70 void DoWork() {
/third_party/grpc/src/cpp/server/
Dserver_cc.cc802 void DoWork(void* tag, bool ok, bool resources) override { in DoWork() function in grpc::Server::SyncRequestThreadManager
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch1867 + Delegate::NextWorkInfo next_work_info = delegate_->DoWork();
1905 + next_work_info = delegate_->DoWork();