Searched refs:Terminate (Results 1 - 25 of 37) sorted by relevance

12

/haiku/src/servers/media/
H A DQueue.h18 status_t Terminate();
H A DQueue.cpp10 so, it calls Terminate(). Another thread calls RemoveItem() to remove
12 As soon as Terminate() is called and the queue is empty, RemoveItem()
39 Queue::Terminate() function in class:Queue
71 // if the semaphore is deleted by Terminate(),
79 // Terminate() was called, item will be NULL
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DTaskManager.cpp39 // Terminate
41 Task::Terminate() function in class:Task
126 task->Terminate();
139 task->Terminate();
H A DRequestConnection.cpp27 Terminate();
53 void Terminate() function in class:RequestConnection::DownStreamThread
157 fThreads[i].Terminate();
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DPacketQueue.h46 void Terminate();
H A DPacketQueue.cpp144 PacketQueue::Terminate() function in class:PacketQueue
/haiku/headers/tools/cppunit/
H A DTestApp.h32 void Terminate();
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DTaskManager.h18 void Terminate();
/haiku/src/add-ons/screen_savers/gravity/
H A DParticle.h27 static void Terminate();
H A DGravityView.cpp37 Particle::Terminate();
H A DParticle.cpp67 Particle::Terminate() function in class:Particle
/haiku/src/tests/kits/storage/
H A DTestApp.h30 void Terminate();
H A DTestApp.cpp79 // Terminate
81 BTestApp::Terminate() function in class:BTestApp
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DRequestThread.cpp77 Terminate();
121 // Terminate
123 RequestThread::Terminate() function in class:RequestThread
H A DRequestThread.h47 void Terminate();
H A DUserlandFSServer.cpp55 fRequestThreads[i].Terminate();
/haiku/src/apps/debugger/user_interface/report/
H A DReportUserInterface.h28 virtual void Terminate();
H A DReportUserInterface.cpp82 ReportUserInterface::Terminate() function in class:ReportUserInterface
/haiku/src/apps/debugger/user_interface/gui/
H A DGraphicalUserInterface.h32 virtual void Terminate();
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.h30 virtual void Terminate();
/haiku/src/tests/kits/app/broster/
H A DLaunchTester.cpp332 context.Terminate();
365 context.Terminate();
398 context.Terminate();
433 context.Terminate();
470 context.Terminate();
507 context.Terminate();
551 context.Terminate();
586 context.Terminate();
617 context.Terminate();
672 context.Terminate();
[all...]
H A DBroadcastTester.cpp201 context.Terminate();
301 context.Terminate();
387 context.Terminate();
H A DLaunchTesterHelper.h52 void Terminate();
/haiku/src/tools/cppunit/
H A DTestApp.cpp84 // Terminate
87 BTestApp::Terminate() function in class:BTestApp
/haiku/headers/private/debugger/user_interface/
H A DUserInterface.h55 virtual void Terminate() = 0;

Completed in 147 milliseconds

12