Searched refs:fThreads (Results 1 - 16 of 16) sorted by relevance

/haiku/src/servers/registrar/mime/
H A DRegistrarThreadManager.cpp101 fThreads.push_back(thread);
105 for (i = fThreads.begin(); i != fThreads.end();) {
107 i = fThreads.erase(i);
131 for (i = fThreads.begin(); i != fThreads.end(); ) {
143 " from RegistrarThreadManager::fThreads list\n");
144 i = fThreads.erase(i);
161 for (i = fThreads.begin(); i != fThreads
[all...]
H A DRegistrarThreadManager.h42 std::list<RegistrarThread*> fThreads; member in class:RegistrarThreadManager
/haiku/headers/tools/cppunit/
H A DThreadedTestCaller.h44 ThreadManagerMap fThreads; member in class:BThreadedTestCaller
82 for (typename ThreadManagerMap::iterator it = fThreads.begin(); it != fThreads.end (); ++it) {
91 if (fThreads.find(threadName) == fThreads.end()) {
93 fThreads[threadName] = new BThreadManager<TestClass, ExpectedException>(threadName, fObject, method, fThreadSem);
114 if (fThreads.size() <= 0)
135 fThreadSem = create_sem(fThreads.size(), "ThreadSem");
140 for (typename ThreadManagerMap::iterator i = fThreads.begin();
141 i != fThreads
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestConnection.cpp105 fThreads(NULL),
115 delete[] fThreads;
132 fThreads = new(std::nothrow) DownStreamThread[fThreadCount];
133 if (!fThreads)
137 status_t error = fThreads[i].Init(this,
144 fThreads[i].Run();
155 if (fThreads) {
157 fThreads[i].Terminate();
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DThreadListView.cpp52 for (int32 i = 0; Thread* thread = fThreads.ItemAt(i); i++)
54 fThreads.MakeEmpty();
66 while (Thread* oldThread = fThreads.ItemAt(index)) {
74 fThreads.RemoveItemAt(index);
81 int32 countBefore = fThreads.CountItems();
83 if (!fThreads.AddItem(newThread))
90 int32 count = fThreads.CountItems();
104 return fThreads.CountItems();
109 Thread* thread = fThreads.ItemAt(rowIndex);
144 Thread* thread = fThreads
199 BObjectList<Thread> fThreads; member in class:ThreadListView::ThreadsTableModel
[all...]
/haiku/src/bin/debug/profile/
H A DTeam.cpp39 fThreads(),
174 fThreads.Add(thread);
181 fThreads.Add(thread);
191 fThreads.Remove(thread);
209 ThreadList::Iterator it = fThreads.GetIterator();
237 ThreadList::Iterator it = fThreads.GetIterator();
279 ThreadList::Iterator it = fThreads.GetIterator();
H A DTeam.h60 ThreadList fThreads; member in class:Team
H A Dprofile.cpp108 fThreads(20, true),
193 fThreads.AddItem(thread);
211 fThreads.RemoveItem(thread, true);
226 for (int32 i = 0; Thread* thread = fThreads.ItemAt(i); i++) {
235 return fThreads.CountItems();
240 return fThreads.ItemAt(index);
494 BObjectList<Thread> fThreads; member in class:ThreadManager
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequestConnection.h42 DownStreamThread* fThreads; member in class:RequestConnection
/haiku/src/tests/system/kernel/unit/
H A DTestContext.cpp53 fThreads(NULL),
138 entry->contextNext = entry->context->fThreads;
139 entry->context->fThreads = entry;
163 entry = &entryToRemove->context->fThreads;
H A DTestContext.h80 ThreadEntry* fThreads; member in struct:GlobalTestContext
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp273 fThreads(10)
286 return fThreads.BinaryInsert(thread, &Thread::CompareByCreationTimeID);
636 fThreads(20, true),
722 for (int32 i = 0; Thread* thread = fThreads.ItemAt(i); i++)
812 return fThreads.CountItems();
819 return fThreads.ItemAt(index);
826 return fThreads.BinarySearchByKey(id, &Thread::CompareWithID);
854 if (!fThreads.BinaryInsert(thread, &Thread::CompareByID))
858 fThreads.RemoveItem(thread);
H A DModel.h162 ThreadList fThreads; // sorted by ID member in class:Model
426 ThreadList fThreads; // sorted by creation time, ID member in class:Model::Team
/haiku/src/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp283 while (Thread *thread = fThreads.Head()) {
284 fThreads.Remove(thread);
301 fThreads.Add(thread);
393 ThreadList fThreads; member in class:TestCase
/haiku/src/kits/debugger/model/
H A DTeam.cpp105 while (Thread* thread = fThreads.RemoveHead())
130 fThreads.Add(thread);
162 fThreads.Remove(thread);
183 for (ThreadList::ConstIterator it = fThreads.GetIterator();
196 return fThreads;
/haiku/headers/private/debugger/model/
H A DTeam.h301 ThreadList fThreads; member in class:Team

Completed in 94 milliseconds