Searched defs:thread (Results 126 - 150 of 301) sorted by relevance

1234567891011>>

/haiku/src/tests/servers/app/window_creation/
H A Dmain.cpp68 thread_id thread = spawn_thread(_ThreadStarter, "Window creator", local
/haiku/src/tests/system/kernel/unit/
H A DTestContext.cpp83 thread_id thread = find_thread(NULL); local
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCallbackServer.cpp235 thread_id thread; local
/haiku/src/add-ons/kernel/generic/dpc/
H A Ddpc.c29 thread_id thread; member in struct:__anon5
131 thread_id thread; local
[all...]
/haiku/src/system/kernel/
H A DUserEvent.cpp171 ThreadSignalEvent::ThreadSignalEvent(Thread* thread, EventSignal* signal) argument
180 ThreadSignalEvent::Create(Thread* thread, uint32 signalNumber, int32 signalCode, argument
/haiku/src/apps/showimage/
H A DImageCache.cpp132 thread_id thread = spawn_thread(&ImageCache::_QueueWorkerThread, local
173 thread_id thread; local
[all...]
/haiku/src/kits/app/
H A DLooperList.cpp141 BLooperList::LooperForThread(thread_id thread) argument
/haiku/src/apps/debuganalyzer/model_loader/
H A DThreadModelLoader.cpp32 ThreadModelLoader::ThreadModelLoader(Model* model, Model::Thread* thread, argument
/haiku/src/kits/shared/
H A DRWLocker.cpp84 thread_id thread = find_thread(NULL); local
118 thread_id thread = find_thread(NULL); local
149 thread_id thread = find_thread(NULL); local
208 thread_id thread = find_thread(NULL); local
283 thread_id thread = find_thread(NULL); local
417 _NewReadLockInfo(thread_id thread, int32 count) argument
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp454 PPPInterface::EnableReports(ppp_report_type type, thread_id thread, argument
[all...]
/haiku/src/kits/debugger/debugger_interface/
H A DDebugEvent.cpp61 ThreadDebuggedEvent::ThreadDebuggedEvent(team_id team, thread_id thread) argument
71 DebuggerCallEvent::DebuggerCallEvent(team_id team, thread_id thread, argument
83 BreakpointHitEvent::BreakpointHitEvent(team_id team, thread_id thread, argument
14 DebugEvent(int32 eventType, team_id team, thread_id thread) argument
40 CpuStateEvent(debug_debugger_message eventType, team_id team, thread_id thread, CpuState* state) argument
94 WatchpointHitEvent(team_id team, thread_id thread, CpuState* state) argument
106 SingleStepEvent(team_id team, thread_id thread, CpuState* state) argument
117 ExceptionOccurredEvent(team_id team, thread_id thread, debug_exception_type exception) argument
129 TeamDeletedEvent(team_id team, thread_id thread) argument
139 TeamExecEvent(team_id team, thread_id thread) argument
149 ThreadCreatedEvent(team_id team, thread_id thread, thread_id newThread) argument
161 ThreadRenamedEvent(team_id team, thread_id thread, thread_id renamedThread, const char* newName) argument
174 ThreadPriorityChangedEvent(team_id team, thread_id thread, thread_id changedThread, int32 newPriority) argument
187 ThreadDeletedEvent(team_id team, thread_id thread) argument
197 ImageCreatedEvent(team_id team, thread_id thread, const ImageInfo& info) argument
209 ImageDeletedEvent(team_id team, thread_id thread, const ImageInfo& info) argument
221 PostSyscallEvent(team_id team, thread_id thread, const SyscallInfo& info) argument
233 HandedOverEvent(team_id team, thread_id thread, thread_id causingThread) argument
245 SignalReceivedEvent(team_id team, thread_id thread, const SignalInfo& info) argument
[all...]
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterface.cpp62 thread_id thread = options.thread; local
174 thread_id thread; local
[all...]
/haiku/src/kits/debug/
H A DTeamDebugger.cpp90 thread_id thread = _LoadProgram(args, argCount, traceLoading); local
149 thread_id thread; local
/haiku/src/apps/mail/
H A DQueryList.cpp208 thread_id thread = spawn_thread(_FetchQuery, "query fetcher", local
/haiku/src/add-ons/kernel/network/ppp/ppp_manager/
H A DKPPPManager.cpp289 EnableReports(ppp_report_type type, thread_id thread, int32 flags) argument
298 DisableReports(ppp_report_type type, thread_id thread) argument
307 DoesReport(ppp_report_type type, thread_id thread) argument
/haiku/src/bin/network/pppconfig/
H A Dpppconfig.cpp363 thread_id thread = 0; local
395 thread_id thread = 0; local
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp182 thread_id thread = load_program(arguments, commandLineArgc, false); local
228 LocalTargetHostInterface::FindTeamByThread(thread_id thread, argument
/haiku/src/system/kernel/scheduler/
H A Dscheduler_tracing.h22 SchedulerTraceEntry(Thread* thread) argument
39 EnqueueThread(Thread* thread, int32 effectivePriority) argument
63 RemoveThread(Thread* thread) argument
82 ScheduleThread(Thread* thread, Thread* previous) argument
[all...]
/haiku/src/tests/servers/debug/
H A Dcrashing_app.cpp259 thread_id thread = spawn_thread(crashing_thread, "crashing thread", local
[all...]
/haiku/src/tools/fs_shell/
H A Dkernel_export.cpp25 fssh_wait_for_thread(fssh_thread_id thread, fssh_status_t *_returnCode) argument
H A Dlock.cpp70 fssh_thread_id thread = fssh_find_thread(NULL); local
87 fssh_thread_id thread = fssh_find_thread(NULL); local
116 fssh_recursive_lock_transfer_lock(fssh_recursive_lock *lock, fssh_thread_id thread) argument
201 fssh_mutex_transfer_lock(fssh_mutex *mutex, fssh_thread_id thread) argument
[all...]
/haiku/src/bin/debug/profile/
H A DTeam.cpp110 Team::InitThread(Thread* thread) argument
189 RemoveThread(Thread* thread) argument
[all...]
/haiku/headers/private/kernel/
H A Ddebug.h243 DebuggedThreadSetter(Thread* thread) argument
/haiku/src/apps/debugger/user_interface/report/
H A DReportUserInterface.cpp162 ::Thread* thread = fTeam->ThreadByID(fTargetThread); local
216 ::Thread* thread = event.GetThread(); local
230 ::Thread* thread = event.GetThread(); local
[all...]
/haiku/src/add-ons/kernel/network/dns_resolver/kernel_add_on/
H A Ddns_resolver.cpp54 thread_id thread = load_image_etc(1, args, NULL, B_NORMAL_PRIORITY, local

Completed in 159 milliseconds

1234567891011>>