Searched defs:thread (Results 51 - 75 of 301) sorted by relevance

1234567891011>>

/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DThreadWindow.cpp27 get_window_name(Model::Thread* thread) argument
36 ThreadWindow(SubWindowManager* manager, Model* model, Model::Thread* thread) argument
/haiku/src/kits/debugger/jobs/
H A DGetStackTraceJob.cpp20 GetStackTraceJob(DebuggerInterface* debuggerInterface, JobListener* listener, Architecture* architecture, ::Thread* thread) argument
/haiku/src/libs/compat/freebsd_iflib/
H A Dkthread.cpp29 intptr_t thread = id; local
/haiku/src/kits/debug/arch/sparc/
H A Darch_debug_support.cpp20 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, argument
/haiku/src/system/libroot/os/
H A Dscheduler.c61 estimate_max_scheduling_latency(thread_id thread) argument
/haiku/src/tests/system/glue/
H A DStackAlign.cpp23 status_t thread(void* arg) function
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_cancel.cpp31 pthread_t thread = pthread_self(); local
44 pthread_cancel(pthread_t thread) argument
65 pthread_thread* thread = pthread_self(); local
93 pthread_thread* thread = pthread_self(); local
122 pthread_thread* thread = pthread_self(); local
[all...]
/haiku/src/servers/registrar/
H A DRosterAppInfo.cpp32 RosterAppInfo::Init(thread_id thread, team_id team, port_id port, uint32 flags, argument
/haiku/src/apps/processcontroller/
H A DPriorityMenu.cpp19 PriorityMenu::PriorityMenu(thread_id thread, int32 priority) argument
/haiku/src/kits/debug/arch/riscv64/
H A Darch_debug_support.cpp20 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, argument
/haiku/src/system/libroot/posix/unistd/
H A Dsystem.cpp28 thread_id thread = load_image(argc, argv, (const char **)environ); local
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliStackTraceCommand.cpp35 Thread* thread = context.CurrentThread(); local
[all...]
/haiku/src/add-ons/kernel/debugger/run_on_exit/
H A Drun_on_exit.cpp36 thread_id thread = load_image(argCount, args, NULL); local
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DLockable.cpp67 thread_id thread = find_thread(NULL); local
79 thread_id thread = find_thread(NULL); local
/haiku/src/system/kernel/device_manager/
H A DIOScheduler.h19 thread_id thread; member in struct:IORequestOwner
/haiku/src/tests/system/kernel/
H A Dwait_for_objects_test.cpp57 thread_id thread = spawn_thread(notifier_thread, "notifier", local
/haiku/headers/private/app/
H A DLooperList.h64 thread_id thread; member in struct:BPrivate::BLooperList::FindThreadPred
/haiku/src/system/libroot/os/locks/
H A Drw_lock.cpp17 thread_id thread; member in struct:rw_lock_waiter
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystemInitializer.cpp76 thread_id thread = load_image_etc(3, args, NULL, B_NORMAL_PRIORITY, local
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DThreadsPage.cpp39 Model::Thread* thread = fModel->ThreadAt(rowIndex); local
193 Model::Thread* thread = fModel->ThreadAt(rowIndex); local
[all...]
/haiku/src/servers/registrar/mime/
H A DRegistrarThreadManager.cpp90 RegistrarThreadManager::LaunchThread(RegistrarThread *thread) argument
[all...]
/haiku/src/tests/servers/registrar/
H A Drun_test_registrar.cpp28 thread_id thread = load_image(1, args, (const char**)environ); local
/haiku/src/system/kernel/arch/m68k/
H A Darch_user_debugger.cpp47 Thread* thread = thread_get_current_thread(); local
80 arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState) argument
/haiku/src/system/kernel/arch/ppc/
H A Darch_user_debugger.cpp58 arch_get_thread_debug_cpu_state(Thread* thread, debug_cpu_state* cpuState) argument
/haiku/src/system/kernel/arch/arm/
H A Darch_user_debugger.cpp64 arch_get_thread_debug_cpu_state(Thread *thread, debug_cpu_state *cpuState) argument

Completed in 152 milliseconds

1234567891011>>