Searched defs:thread (Results 1 - 25 of 301) sorted by relevance

1234567891011>>

/haiku/src/system/kernel/lib/
H A Dkernel_errno.cpp19 Thread *thread = thread_get_current_thread(); local
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_cleanup.cpp13 pthread_thread* thread = pthread_self(); local
25 pthread_thread* thread = pthread_self(); local
/haiku/src/system/libroot/posix/signal/
H A Dsend_signal.c17 send_signal(thread_id thread, uint sig) argument
/haiku/src/tests/system/kernel/
H A Dyield_test.cpp25 thread_id thread = spawn_thread(looper, "Real-Time Looper", B_REAL_TIME_PRIORITY, NULL); local
H A Dport_wakeup_test_4.cpp45 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL); local
H A Dport_wakeup_test_5.cpp45 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL); local
H A Dselect_close_test.cpp27 thread_id thread = spawn_thread(close_fd, "close fd", B_NORMAL_PRIORITY, local
H A Dport_wakeup_test_1.cpp47 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL); local
H A Dport_wakeup_test_2.cpp52 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL); local
H A Dport_wakeup_test_3.cpp51 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL); local
H A Dport_wakeup_test_6.cpp51 thread_id thread = spawn_thread(test_thread, "test thread", B_NORMAL_PRIORITY, NULL); local
/haiku/src/system/libroot/os/arch/x86_64/
H A Dthread.cpp15 thread_id thread; local
/haiku/src/libs/compat/freebsd_network/
H A Dpriv.cpp16 priv_check(struct thread *thread, int privilegeLevel) argument
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dthread.h26 get_thread_id(Thread* thread) argument
/haiku/headers/private/libroot/
H A Duser_thread.h32 struct user_thread* thread = get_user_thread(); local
/haiku/headers/private/kernel/
H A Dkscheduler.h123 Thread* thread = get_cpu_struct()->running_thread; local
[all...]
/haiku/src/kits/debug/arch/arm/
H A Darch_debug_support.cpp15 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, argument
/haiku/src/kits/debug/arch/mipsel/
H A Darch_debug_support.cpp13 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, argument
/haiku/src/kits/debug/arch/ppc/
H A Darch_debug_support.cpp13 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, argument
/haiku/src/tests/system/libroot/posix/
H A Dabort_test.cpp26 thread_id thread = spawn_thread(&abort_thread, "abort test", local
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliContinueCommand.cpp32 Thread* thread = context.CurrentThread(); local
/haiku/src/kits/debugger/model/
H A DThreadInfo.cpp27 ThreadInfo::ThreadInfo(team_id team, thread_id thread, const BString& name) argument
37 ThreadInfo::SetTo(team_id team, thread_id thread, const BString& name) argument
/haiku/src/system/libroot/os/arch/x86/
H A Dthread.c17 thread_id thread; local
42 _kget_thread_stacks_(thread_id thread, uint32 *stacks) argument
/haiku/src/kits/debug/arch/arm64/
H A Darch_debug_support.cpp11 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, argument
/haiku/src/kits/debug/arch/m68k/
H A Darch_debug_support.cpp19 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread, argument

Completed in 87 milliseconds

1234567891011>>