Searched refs:thread_id (Results 76 - 100 of 619) sorted by relevance

1234567891011>>

/haiku/headers/private/debug/
H A DDebugContext.h45 status_t ContinueThread(thread_id thread,
47 status_t SetThreadDebuggingFlags(thread_id thread,
49 status_t GetThreadCpuState(thread_id thread,
H A DTeamDebugger.h34 static thread_id _LoadProgram(const char* const* args,
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DLockable.cpp16 thread_id
67 thread_id thread = find_thread(NULL);
79 thread_id thread = find_thread(NULL);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DThreadLocal.cpp27 : public SynchronizedHashMap<HashKey32<thread_id>, void*> {
50 thread_id thread = find_thread(NULL);
67 thread_id thread = find_thread(NULL);
H A DDebugSupport.cpp31 static thread_id dbg_printf_thread = -1;
89 thread_id thread = find_thread(NULL);
103 thread_id thread = find_thread(NULL);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPUtils.cpp30 send_data_with_timeout(thread_id thread, int32 code, void *buffer,
48 receive_data_with_timeout(thread_id *sender, int32 *code, void *buffer,
51 thread_id me = find_thread(NULL);
H A DKPPPReportManager.cpp19 thread_id thread;
60 KPPPReportManager::SendReport(thread_id thread, const ppp_report_packet *report)
87 KPPPReportManager::EnableReports(ppp_report_type type, thread_id thread,
106 KPPPReportManager::DisableReports(ppp_report_type type, thread_id thread)
127 thread_id sender;
135 KPPPReportManager::DoesReport(ppp_report_type type, thread_id thread)
185 thread_id me = find_thread(NULL);
/haiku/headers/private/app/
H A DLooperList.h40 BLooper* LooperForThread(thread_id tid);
62 FindThreadPred(thread_id tid) : thread(tid) {}
64 thread_id thread;
/haiku/src/apps/cortex/support/
H A DBasicThread.h81 thread_id thread() const { return m_thread; }
108 thread_id thread = m_thread; // +++++ is this safe?
159 thread_id m_thread;
/haiku/headers/private/shared/
H A DRWLocker.h111 int32 _NewReadLockInfo(thread_id thread,
115 int32 _IndexOf(thread_id thread) const;
128 thread_id fWriter; // current write lock owner
/haiku/headers/private/debugger/model/
H A DThread.h46 Thread(Team* team, thread_id threadID);
52 thread_id ID() const { return fID; }
87 thread_id fID;
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.cpp31 static thread_id dbg_printf_thread = -1;
89 thread_id thread = find_thread(NULL);
103 thread_id thread = find_thread(NULL);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPManager.h61 void (*EnableReports)(ppp_report_type type, thread_id thread,
63 void (*DisableReports)(ppp_report_type type, thread_id thread);
64 bool (*DoesReport)(ppp_report_type type, thread_id thread);
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.cpp31 static thread_id dbg_printf_thread = -1;
89 thread_id thread = find_thread(NULL);
104 thread_id thread = find_thread(NULL);
/haiku/src/servers/package/
H A DDebugSupport.cpp31 static thread_id dbg_printf_thread = -1;
89 thread_id thread = find_thread(NULL);
103 thread_id thread = find_thread(NULL);
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDebug.cpp28 static thread_id dbg_printf_thread = -1;
86 thread_id thread = find_thread(NULL);
101 thread_id thread = find_thread(NULL);
/haiku/src/apps/haikudepot/ui/
H A DToLatestUserUsageConditionsWindow.h45 void _SetWorkerThread(thread_id thread);
46 void _SetWorkerThreadLocked(thread_id thread);
71 thread_id fWorkerThread;
/haiku/src/kits/shared/
H A DCommandPipe.cpp111 thread_id
132 thread_id appThread = load_image((int)argc, argv,
146 thread_id
165 thread_id appThread = load_image((int)argc, argv, const_cast<
179 thread_id
184 thread_id tid = Pipe(stdOut, stdErr);
191 thread_id
196 thread_id tid = Pipe(fStdOut, fStdErr);
213 thread_id
218 thread_id ti
[all...]
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h54 virtual status_t ContinueThread(thread_id thread) = 0;
55 virtual status_t StopThread(thread_id thread) = 0;
56 virtual status_t SingleStepThread(thread_id thread) = 0;
83 virtual status_t GetThreadInfo(thread_id thread,
85 virtual status_t GetCpuState(thread_id thread,
88 virtual status_t SetCpuState(thread_id thread,
/haiku/headers/private/kernel/
H A Dteam.h38 thread_id child, bool* _deleteEntry);
45 thread_id load_image_etc(int32 argCount, const char* const* args,
67 thread_id _user_load_image(const char* const* flatArgs, size_t flatArgsSize,
72 status_t _user_kill_team(thread_id thread);
73 pid_t _user_wait_for_child(thread_id child, uint32 flags, siginfo_t* info,
77 thread_id _user_fork(void);
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.h39 int32 ReceiveData(thread_id* sender, void* buffer,
50 thread_id GetThread();
79 thread_id fThreadId;
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.h67 IORequestOwner* _GetRequestOwner(team_id team, thread_id thread,
73 thread_id fSchedulerThread;
74 thread_id fRequestNotifierThread;
/haiku/src/apps/expander/
H A DGenericThread.h42 int32 ReceiveData(thread_id* sender, void* buffer,
53 thread_id GetThread(void);
84 thread_id fThreadId;
/haiku/src/add-ons/kernel/file_systems/shared/
H A DDebugSupport.cpp33 static thread_id dbg_printf_thread = -1;
91 thread_id thread = find_thread(NULL);
105 thread_id thread = find_thread(NULL);
/haiku/headers/private/net/
H A Duserland_ipc.h51 thread_id socket_thread;

Completed in 86 milliseconds

1234567891011>>