Searched refs:thread_id (Results 1 - 25 of 622) sorted by relevance

1234567891011>>

/haiku-fatelf/src/system/libroot/os/arch/x86/
H A Dthread.c11 thread_id
17 thread_id thread;
29 extern thread_id _kfind_thread_(const char *name);
32 thread_id
39 extern thread_id _kget_thread_stacks_(thread_id thread, uint32 *stacks);
42 _kget_thread_stacks_(thread_id thread, uint32 *stacks)
/haiku-fatelf/src/build/libroot/
H A Dthread.cpp6 static const thread_id kMainThreadID = 3;
11 kill_thread(thread_id thread)
18 resume_thread(thread_id thread)
25 suspend_thread(thread_id thread)
31 thread_id
42 // _get_thread_info(thread_id id, thread_info *info, size_t size)
/haiku-fatelf/src/system/libroot/os/arch/x86_64/
H A Dthread.cpp11 thread_id
15 thread_id thread;
/haiku-fatelf/src/system/libroot/os/arch/arm/
H A Dthread.c5 thread_id
/haiku-fatelf/src/system/libroot/os/arch/m68k/
H A Dthread.c5 thread_id
/haiku-fatelf/src/system/libroot/os/arch/mipsel/
H A Dthread.c5 thread_id
/haiku-fatelf/src/system/libroot/os/arch/ppc/
H A Dthread.c5 thread_id
/haiku-fatelf/src/add-ons/accelerants/vmware/
H A DGlobalData.c17 thread_id gUpdateThread = B_ERROR;
/haiku-fatelf/src/apps/debugger/debugger_interface/
H A DDebugEvent.h28 team_id team, thread_id thread);
33 thread_id Thread() const { return fThread; }
41 thread_id fThread;
49 team_id team, thread_id thread,
63 thread_id thread);
70 thread_id thread, target_addr_t message);
82 thread_id thread, CpuState* state);
89 thread_id thread, CpuState* state);
96 thread_id thread, CpuState* state);
103 thread_id threa
[all...]
H A DDebugEvent.cpp15 thread_id thread)
41 thread_id thread, CpuState* state)
61 ThreadDebuggedEvent::ThreadDebuggedEvent(team_id team, thread_id thread)
71 DebuggerCallEvent::DebuggerCallEvent(team_id team, thread_id thread,
83 BreakpointHitEvent::BreakpointHitEvent(team_id team, thread_id thread,
94 WatchpointHitEvent::WatchpointHitEvent(team_id team, thread_id thread,
106 SingleStepEvent::SingleStepEvent(team_id team, thread_id thread,
117 ExceptionOccurredEvent::ExceptionOccurredEvent(team_id team, thread_id thread,
129 TeamDeletedEvent::TeamDeletedEvent(team_id team, thread_id thread)
139 TeamExecEvent::TeamExecEvent(team_id team, thread_id threa
[all...]
/haiku-fatelf/src/bin/debug/
H A Ddebug_utils.h11 thread_id load_program(const char* const* args, int32 argCount,
15 void set_thread_debugging_flags(port_id nubPort, thread_id thread,
17 void continue_thread(port_id nubPort, thread_id thread);
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPReportManager.h22 static bool SendReport(thread_id thread, const ppp_report_packet *report);
25 void EnableReports(ppp_report_type type, thread_id thread,
27 void DisableReports(ppp_report_type type, thread_id thread);
28 bool DoesReport(ppp_report_type type, thread_id thread);
/haiku-fatelf/src/apps/debugger/model/
H A DThreadInfo.h16 ThreadInfo(team_id team, thread_id thread,
19 void SetTo(team_id team, thread_id thread,
23 thread_id ThreadID() const { return fThread; }
28 thread_id fThread;
/haiku-fatelf/src/apps/processcontroller/
H A DPriorityMenu.h33 PriorityMenu (thread_id thread, int32 priority);
39 thread_id fThreadID;
H A DPCWorld.h41 extern thread_id id;
/haiku-fatelf/src/tests/add-ons/kernel/kernelland_emu/
H A Dthread.h25 static inline thread_id
28 return (thread_id)(addr_t)thread;
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DLockable.h15 thread_id GetThread() const;
22 thread_id fThread;
42 thread_id fLockOwner;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DLockable.h14 thread_id GetThread() const;
21 thread_id fThread;
41 thread_id fLockOwner;
/haiku-fatelf/headers/private/kernel/
H A Dthread.h79 Thread *thread_dequeue_id(struct thread_queue *q, thread_id id);
97 int32 thread_get_io_priority(thread_id id);
102 static thread_id thread_get_current_thread_id(void);
103 static inline thread_id
116 thread_id allocate_thread_id();
117 thread_id peek_next_thread_id();
123 thread_id thread_create_thread(const ThreadCreationAttributes& attributes,
126 thread_id spawn_kernel_thread_etc(thread_func, const char *name, int32 priority,
128 status_t wait_for_thread_etc(thread_id id, uint32 flags, bigtime_t timeout,
142 status_t _user_set_thread_priority(thread_id threa
[all...]
/haiku-fatelf/src/kits/debug/arch/arm/
H A Darch_debug_support.cpp15 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
/haiku-fatelf/src/kits/debug/arch/ppc/
H A Darch_debug_support.cpp13 arch_debug_get_instruction_pointer(debug_context *context, thread_id thread,
/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A D_mutex.h18 thread_id owner;
/haiku-fatelf/src/preferences/shortcuts/clv/
H A DMouseWatcher.h21 B_NO_MORE_THREADS. all thread_id numbers are currently in use.
36 thread_id StartMouseWatcher(BView* TargetView);
/haiku-fatelf/src/system/libroot/posix/signal/
H A Dsend_signal.c17 send_signal(thread_id thread, uint sig)
/haiku-fatelf/headers/posix/
H A Dmalloc_debug.h24 void heap_debug_dump_allocations(bool statsOnly, thread_id thread);
30 thread_id *thread);

Completed in 135 milliseconds

1234567891011>>