Searched refs:fThread (Results 101 - 120 of 120) sorted by relevance

12345

/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.h128 thread_id fThread; member in class:VideoProducer
/haiku-fatelf/src/add-ons/media/media-add-ons/video_producer_demo/
H A DProducer.h114 thread_id fThread; member in class:VideoProducer
/haiku-fatelf/src/apps/mail/
H A DContent.h223 thread_id fThread; member in class:TTextView
H A DContent.cpp876 fThread(0),
1842 resume_thread(fThread = spawn_thread(Reader::Run, "reader", B_NORMAL_PRIORITY, reader));
2060 if (fThread != 0 && get_thread_info(fThread, &info) == B_NO_ERROR) {
2064 wait_for_thread(fThread, &result);
2065 fThread = 0;
2077 if (fThread == 0)
2082 if (get_thread_info(fThread, &info) != B_OK)
/haiku-fatelf/src/kits/tracker/
H A DFSUtils.h155 thread_id fThread; member in class:BPrivate::TrackerCopyLoopControl
H A DFSUtils.cpp292 fThread(find_thread(NULL)),
300 fThread(find_thread(NULL)),
310 fThread(find_thread(NULL)),
320 gStatusWindow->RemoveStatusItem(fThread);
328 gStatusWindow->CreateStatusItem(fThread, (StatusWindowState)jobKind);
337 gStatusWindow->InitStatusItem(fThread, totalItems, totalSize,
371 gStatusWindow->UpdateStatus(fThread, name, count, optional);
381 if (gStatusWindow->CheckCanceledOrPaused(fThread))
H A DStatusWindow.cpp429 fThread(thread)
/haiku-fatelf/src/system/kernel/device_manager/
H A DIORequest.cpp752 fThread = thread->id;
817 subRequest->fThread = fThread;
1291 kprintf(" thread: %" B_PRId32 "\n", fThread);
/haiku-fatelf/src/system/kernel/debug/
H A Dtracing.cpp826 out.Print("[%6" B_PRId32 ":%6" B_PRId32 "] %10" B_PRId64 ": ", fThread,
829 out.Print("[%6" B_PRId32 "] %10" B_PRId64 ": ", fThread, time);
848 fThread = thread->id;
984 return (entry != NULL && entry->ThreadID() == fThread);
1159 filter->fThread = strtol(arg, NULL, 0);
/haiku-fatelf/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp174 fThread(-1),
2028 if (fThread >= 0)
2040 fThread = spawn_thread(_OutputThreadEntry, "multi_audio audio output",
2042 if (fThread < B_OK) {
2044 return fThread;
2047 resume_thread(fThread);
2059 wait_for_thread(fThread, &exitValue);
2060 fThread = -1;
H A DMultiAudioNode.h231 thread_id fThread; member in class:MultiAudioNode
/haiku-fatelf/src/kits/app/
H A DApplication.cpp506 fThread = find_thread(NULL);
512 return fThread;
533 } else if (find_thread(NULL) != fThread) {
/haiku-fatelf/src/system/kernel/fs/
H A Dfifo.cpp84 fThread(thread_get_current_thread()),
104 thread_unblock_locked(fThread, status);
116 Thread* fThread; member in class:fifo::ReadRequest
/haiku-fatelf/src/apps/debugger/controllers/
H A DTeamDebugger.cpp141 fThread(thread)
156 return fThread;
161 thread_id fThread; member in struct:TeamDebugger::ImageInfoPendingThread
/haiku-fatelf/src/apps/magnify/
H A DMagnify.cpp1060 fThread(-1),
1081 kill_thread(fThread);
1093 fThread = spawn_thread(TMagnify::MagnifyTask, "MagnifyTask",
1096 resume_thread(fThread);
/haiku-fatelf/src/apps/debugger/model/
H A DTeam.cpp706 fThread(thread)
/haiku-fatelf/src/servers/app/
H A DServerApp.cpp243 if (fThread < B_OK) {
253 send_data(fThread, 'QUIT', &shutdownSemaphore, sizeof(sem_id));
3189 get_thread_info(fThread, &threadInfo);
H A DServerWindow.cpp312 if (fThread == find_thread(NULL)) {
317 } else if (fThread >= B_OK)
/haiku-fatelf/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp88 fThread(-1),
/haiku-fatelf/src/kits/interface/
H A DWindow.cpp2628 fThread = B_ERROR;

Completed in 244 milliseconds

12345