Searched refs:fThread (Results 1 - 25 of 128) sorted by last modified time

123456

/haiku/src/servers/app/
H A DServerApp.cpp256 if (fThread < B_OK) {
266 send_data(fThread, 'QUIT', &shutdownSemaphore, sizeof(sem_id));
3606 get_thread_info(fThread, &threadInfo);
H A DServerWindow.cpp315 if (fThread == find_thread(NULL)) {
320 } else if (fThread >= B_OK)
/haiku/src/kits/tracker/
H A DFSUtils.cpp302 fThread(find_thread(NULL)),
310 fThread(find_thread(NULL)),
320 fThread(find_thread(NULL)),
330 gStatusWindow->RemoveStatusItem(fThread);
338 gStatusWindow->CreateStatusItem(fThread, (StatusWindowState)jobKind);
347 gStatusWindow->InitStatusItem(fThread, totalItems, totalSize,
381 gStatusWindow->UpdateStatus(fThread, name, count, optional);
391 if (gStatusWindow->CheckCanceledOrPaused(fThread))
H A DFSUtils.h155 thread_id fThread; member in class:BPrivate::TrackerCopyLoopControl
/haiku/src/system/kernel/arch/arm64/
H A Darch_int.cpp208 fThread = thread_get_current_thread();
209 if (fThread)
210 arm64_push_iframe(&fThread->arch_info.iframes, iframe);
217 if (fThread)
218 arm64_pop_iframe(&fThread->arch_info.iframes);
223 Thread* fThread; member in class:IFrameScope
/haiku/src/system/kernel/arch/arm/
H A Darch_int.cpp208 fThread = thread_get_current_thread();
209 if (fThread)
210 arm_push_iframe(&fThread->arch_info.iframes, iframe);
217 if (fThread)
218 arm_pop_iframe(&fThread->arch_info.iframes);
223 Thread* fThread; member in class:IFrameScope
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp181 fThread(-1),
2039 if (fThread >= 0)
2044 fThread = spawn_thread(_OutputThreadEntry, "multi_audio audio output",
2046 if (fThread < 0)
2047 return fThread;
2049 resume_thread(fThread);
2060 wait_for_thread(fThread, NULL);
2061 fThread = -1;
/haiku/src/system/kernel/
H A Dcondition_variable.cpp104 fThread = thread_get_current_thread();
120 if (atomic_pointer_get_and_set(&fThread, (Thread*)NULL) == NULL) {
121 // If fThread was already NULL, that means the variable is already
144 // However, in the case where we were the ones to clear fThread, the
389 Thread* thread = atomic_pointer_get_and_set(&entry->fThread, (Thread*)NULL);
418 // fThread, so we are the ones responsible for decrementing fEntriesCount.
468 kprintf(" %" B_PRId32, entry->fThread->id);
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioBalloonDevice.cpp87 fThread = spawn_kernel_thread(&_ThreadEntry, "virtio balloon thread",
89 if (fThread < 0) {
90 fStatus = fThread;
93 resume_thread(fThread);
100 if (fThread >= 0) {
102 wait_for_thread(fThread, &result);
103 fThread = -1;
H A DVirtioBalloonPrivate.h70 thread_id fThread; member in class:VirtioBalloonDevice
/haiku/headers/private/kernel/
H A Dcondition_variable.h44 Thread* fThread; member in struct:ConditionVariableEntry
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp148 fThread(NULL),
168 return fThread;
173 if (fThread != NULL)
174 fThread->ReleaseReference();
176 fThread = thread;
178 if (fThread != NULL)
179 fThread->AcquireReference();
185 fState = fThread->state;
186 fPriority = fThread->priority;
187 fStackBase = fThread
235 Thread* fThread; member in struct:__anon2::ThreadState
[all...]
/haiku/src/apps/magnify/
H A DMagnify.cpp1267 fThread(-1),
1287 kill_thread(fThread);
1299 fThread = spawn_thread(TMagnify::MagnifyTask, "MagnifyTask",
1302 resume_thread(fThread);
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp74 fThread = get_current_thread();
129 fThread = get_current_thread();
245 _kern_unblock_thread(get_thread_id(entry->fThread), result);
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp32 struct thread* GetThread() { return &fThread; }
33 virtual void Rescheduled() { fOnCPU[fThread.cpu->cpu_num]++; }
40 struct thread fThread; member in class:Thread
70 thread_id fThread; member in class:CPU
100 memset(&fThread, 0, sizeof(struct thread));
101 fThread.name = strdup(name);
102 fThread.id = sNextThreadID++;
103 fThread.priority = fThread.next_priority = priority;
104 fThread
[all...]
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp52 fThread(-1),
573 fThread = spawn_thread(_FrameGeneratorThreadEntry, "frame generator",
575 if (fThread < B_OK) {
580 resume_thread(fThread);
597 wait_for_thread(fThread, &fThread);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.cpp77 fThread = -1;
804 fThread = spawn_thread(_frame_generator_, "frame generator",
806 if (fThread < B_OK)
809 resume_thread(fThread);
837 wait_for_thread(fThread, &fThread);
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp110 fThread = -1;
968 fThread = spawn_thread(_frame_generator_, "frame generator",
970 if (fThread < B_OK)
973 resume_thread(fThread);
995 wait_for_thread(fThread, &fThread);
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp88 fThread(-1),
177 thread_id fThread; member in class:OpenSoundNode::NodeInput
196 fThread(-1),
307 thread_id fThread; member in class:OpenSoundNode::NodeOutput
2273 if (input->fThread < 0) {
2296 if (input->fEngineIndex == 0 && input->fThread >= 0) {
2317 if (input->fThread >= 0)
2324 } while (input->fThread > -1);
2389 } while (output->fThread > -1);
2403 if (input->fThread > B_O
[all...]
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.cpp58 fThread = -1;
613 fThread = spawn_thread(_frame_generator_, "frame generator",
615 if (fThread < B_OK)
618 resume_thread(fThread);
640 wait_for_thread(fThread, &fThread);
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp88 fThread(-1),
/haiku/src/apps/mail/
H A DContent.cpp800 fThread(0),
1777 resume_thread(fThread = spawn_thread(Reader::Run, "reader", B_NORMAL_PRIORITY, reader));
1997 if (fThread != 0 && get_thread_info(fThread, &info) == B_NO_ERROR) {
2001 wait_for_thread(fThread, &result);
2002 fThread = 0;
2014 if (fThread == 0)
2019 if (get_thread_info(fThread, &info) != B_OK)
/haiku/src/system/kernel/fs/
H A Dfifo.cpp79 fThread(thread_get_current_thread()),
98 thread_unblock(fThread, status);
105 return fThread;
115 Thread* fThread; member in class:fifo::ReadRequest
125 fThread(thread),
132 return fThread;
141 Thread* fThread; member in class:fifo::WriteRequest
/haiku/src/system/kernel/device_manager/
H A DIORequest.cpp797 fThread = thread->id;
863 subRequest->fThread = fThread;
1460 kprintf(" thread: %" B_PRId32 "\n", fThread);
H A DIORequest.h280 thread_id ThreadID() const { return fThread; }
344 thread_id fThread; member in struct:IORequest

Completed in 174 milliseconds

123456