Searched defs:thread (Results 226 - 250 of 301) sorted by relevance

1234567891011>>

/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp63 lookup_symbol(Thread* thread, addr_t address, addr_t* _baseAddress, argument
276 print_stack_frame(Thread *thread, addr_t ip, addr_t fp, addr_t next, argument
350 Thread* thread = thread_get_current_thread(); local
438 arch_debug_contains_call(Thread *thread, const char *symbol, addr_t start, addr_t end) argument
[all...]
/haiku/src/apps/debugger/
H A DDebugger.cpp93 thread_id thread; member in struct:Options
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme.cpp437 thread_id thread = find_thread(NULL); local
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.cpp426 thread_id thread = spawn_thread(&_QueryRatingThreadEntry, local
436 thread_id thread = spawn_thread(&_SendRatingThreadEntry, local
444 RatePackageWindow::_SetWorkerThread(thread_id thread) argument
[all...]
/haiku/src/system/kernel/arch/ppc/
H A Darch_int.cpp108 Thread *thread = thread_get_current_thread(); local
137 Thread *thread = thread_get_current_thread(); local
[all...]
/haiku/headers/private/system/
H A Dsystem_profiler_defs.h113 thread_id thread; member in struct:system_profiler_thread_added
120 thread_id thread; member in struct:system_profiler_thread_removed
137 thread_id thread; member in struct:system_profiler_samples
144 thread_id thread; member in struct:system_profiler_thread_scheduling_event
150 thread_id thread; member in struct:system_profiler_thread_scheduled
160 thread_id thread; member in struct:system_profiler_thread_enqueued_in_run_queue
167 thread_id thread; member in struct:system_profiler_thread_removed_from_run_queue
194 thread_id thread; member in struct:system_profiler_io_request_scheduled
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp408 LocalDebuggerInterface::ContinueThread(thread_id thread) argument
415 LocalDebuggerInterface::StopThread(thread_id thread) argument
422 LocalDebuggerInterface::SingleStepThread(thread_id thread) argument
680 GetThreadInfo(thread_id thread, ThreadInfo& info) argument
693 GetCpuState(thread_id thread, CpuState*& _state) argument
705 SetCpuState(thread_id thread, const CpuState* state) argument
985 _GetDebugCpuState(thread_id thread, debug_cpu_state& _state) argument
[all...]
/haiku/src/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp300 Thread *thread = new Thread(runnable, name); local
457 Thread *thread = CreateThread( local
525 Thread *thread = CreateThread( local
591 Thread *thread = CreateThread( local
652 Thread *thread = CreateThread( local
[all...]
/haiku/src/system/kernel/
H A DUserTimer.cpp43 Thread* thread; member in struct:__anon1876::TimerLocker
57 void Lock(Team* team, Thread* thread) argument
637 Thread* thread = gCPU[i].running_thread; local
1231 create_timer(clockid_t clockID, int32 timerID, Team* team, Thread* thread, uint32 flags, const struct sigevent& event, ThreadCreationAttributes* threadAttributes, bool isDefaultEvent) argument
1376 thread_clock_changed(Thread* thread, bigtime_t changedBy) argument
1417 user_timer_create_thread_timers(Team* team, Thread* thread) argument
1487 Thread* thread = thread_get_current_thread(); local
1549 user_timer_stop_cpu_timers(Thread* thread, Thread* nextThread) argument
1570 user_timer_continue_cpu_timers(Thread* thread, Thread* previousThread) argument
1640 Thread* thread = thread_get_current_thread(); local
1719 Thread* thread = NULL; local
[all...]
H A Dsyscalls.cpp560 bool _AddPendingThread(thread_id thread) argument
575 bool _RemovePendingThread(thread_id thread) argument
590 bool _IsPendingThread(thread_id thread) argument
595 int32 _PendingThreadIndex(thread_id thread) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.cpp115 RequestThread* thread = RequestThread::GetCurrentThread(); local
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp67 thread_id *thread; member in struct:reconnect_info
[all...]
/haiku/src/bin/debug/profile/
H A Dprofile.cpp392 _CreateThreadProfileResult(Thread* thread) argument
622 Thread* thread = threadManager.FindThread(event->thread); local
771 Thread* thread = threadManager.ThreadAt(i); local
837 Thread* thread = threadManager.ThreadAt(i); local
910 Thread* thread = threadManager.FindThread( local
[all...]
/haiku/headers/private/app/
H A DRegistrarDefs.h183 thread_id thread; member in struct:BPrivate::flat_app_info
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAChannel.cpp1007 Thread *thread = thread_get_current_thread(); local
/haiku/src/kits/tracker/
H A DStatusWindow.cpp229 BStatusWindow::CreateStatusItem(thread_id thread, StatusWindowState type) argument
278 BStatusWindow::InitStatusItem(thread_id thread, int32 totalItems, argument
296 BStatusWindow::UpdateStatus(thread_id thread, const char* curItem, argument
313 BStatusWindow::RemoveStatusItem(thread_id thread) argument
365 BStatusWindow::CheckCanceledOrPaused(thread_id thread) argument
389 thread_id thread = view->Thread(); local
435 BStatusView(BRect bounds, thread_id thread, StatusWindowState type) argument
[all...]
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_large_memory.cpp575 Thread* thread = thread_get_current_thread(); local
606 Thread* thread = thread_get_current_thread(); local
646 Thread* thread = thread_get_current_thread(); local
683 Thread* thread local
[all...]
/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp578 Thread* thread = thread_get_current_thread(); local
609 Thread* thread = thread_get_current_thread(); local
649 Thread* thread = thread_get_current_thread(); local
686 Thread* thread local
[all...]
/haiku/src/kits/game/
H A DWindowScreen.cpp503 BWindowScreen::RegisterThread(thread_id thread) argument
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp457 ::Thread* thread; local
505 _DumpDebuggedThreadInfo(BFile& _output, ::Thread* thread) argument
[all...]
/haiku/src/system/libroot/os/
H A Dimage.cpp209 thread_id thread; local
/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.cpp69 Thread* thread = threadData->GetThread(); local
130 CPUEntry::PushFront(ThreadData* thread, int32 priority) argument
138 PushBack(ThreadData* thread, int32 priority) argument
146 Remove(ThreadData* thread) argument
298 StartQuantumTimer(ThreadData* thread, bool wasPreempted) argument
430 PushFront(ThreadData* thread, int32 priority) argument
440 PushBack(ThreadData* thread, int32 priority) argument
450 Remove(ThreadData* thread) argument
603 _UnassignThread(Thread* thread, void* data) argument
740 _AnalyzeCoreThreads(Thread* thread, void* data) argument
[all...]
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp412 Thread* thread = thread_get_current_thread(); local
462 Thread* thread = thread_get_current_thread(); local
520 Thread* thread = thread_get_current_thread(); local
658 Thread* thread = thread_get_current_thread(); local
900 Thread* thread = thread_get_current_thread(); local
1020 Thread* thread = thread_get_current_thread(); local
1086 Thread* thread = thread_get_current_thread(); local
[all...]
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp580 Thread* thread = thread_get_current_thread(); local
611 Thread* thread = thread_get_current_thread(); local
651 Thread* thread = thread_get_current_thread(); local
688 Thread* thread local
[all...]
/haiku/src/system/kernel/events/
H A Dwait_for_objects.cpp495 Thread *thread = thread_get_current_thread(); local
605 Thread *thread = thread_get_current_thread(); local

Completed in 219 milliseconds

1234567891011>>