Searched refs:Run (Results 501 - 525 of 547) sorted by relevance

<<2122

/haiku/src/apps/workspaces/
H A DWorkspaces.cpp1147 app.Run();
/haiku/src/servers/media/
H A Dmedia_server.cpp981 app.Run();
/haiku/src/tests/servers/app/drawing_modes/
H A DDrawingModes.cpp464 app->Run();
/haiku/src/apps/mail/
H A DMailApp.cpp1277 TMailApp().Run();
H A DContent.cpp1777 resume_thread(fThread = spawn_thread(Reader::Run, "reader", B_NORMAL_PRIORITY, reader));
2433 TTextView::Reader::Run(void *_this)
/haiku/src/apps/codycam/
H A DCodyCam.cpp951 app.Run();
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.cpp95 Run();
/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerNode.cpp97 Run();
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.cpp225 // implements it to call Run() automatically when the node is registered;
264 Run();
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerNode.cpp216 Run();
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp106 Run();
/haiku/src/kits/app/
H A DLooper.cpp481 BLooper::Run() function in class:BLooper
486 // Not allowed to call Run() more than once
487 debugger("can't call BLooper::Run twice!");
515 // Not allowed to call Loop() or Run() more than once
547 PRINT((" Run() has not been called yet\n"));
556 PRINT((" Run() has already been called and we are not the looper thread\n"));
H A DApplication.cpp590 BApplication::Run() function in class:BApplication
636 // message dispatching loop and return from Run().
1689 // Run() hasn't been called yet
/haiku/src/apps/installer/
H A DWorkerThread.cpp160 Run();
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp1304 app.Run();
/haiku/src/servers/debug/
H A DDebugServer.cpp1322 server.Run();
/haiku/src/servers/mount/
H A DAutoMounter.cpp1034 app.Run();
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp73 app->Run();
697 // be_app->Run() needs to be called in another thread
/haiku/src/kits/network/libnetapi/
H A DNetworkDevice.cpp826 while (wait_for_thread(listener->Run(), NULL) == B_INTERRUPTED)
/haiku/src/apps/deskbar/
H A DBarApp.cpp91 app.Run();
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp237 Run();
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.cpp334 // implements it to call Run() automatically when the node is registered;
373 Run();
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp250 Run();
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.cpp223 Run();
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp1942 block_run::Run(run.AllocationGroup(),
2626 block_run parentRun = parent ? parent->BlockRun() : block_run::Run(0, 0, 0);

Completed in 301 milliseconds

<<2122