Searched refs:threadInfo (Results 1 - 25 of 28) sorted by relevance

12

/haiku-fatelf/src/add-ons/tracker/zipomatic/
H A DGenericThread.cpp332 GenericThread::GetInfo(thread_info* threadInfo) argument
334 return get_thread_info(fThreadId, threadInfo);
341 thread_info threadInfo; local
342 GetInfo(&threadInfo);
343 return threadInfo.thread;
350 thread_info threadInfo; local
351 GetInfo(&threadInfo);
352 return threadInfo.team;
359 thread_info threadInfo; local
360 GetInfo(&threadInfo);
368 thread_info threadInfo; local
377 thread_info threadInfo; local
386 thread_info threadInfo; local
395 thread_info threadInfo; local
404 thread_info threadInfo; local
413 thread_info threadInfo; local
422 thread_info threadInfo; local
[all...]
H A DGenericThread.h49 status_t GetInfo(thread_info* threadInfo);
/haiku-fatelf/src/bin/
H A Dps.c42 thread_info threadInfo; local
45 while (get_next_thread_info(teamInfo->team, &threadCookie, &threadInfo)
47 if (threadInfo.state < B_THREAD_RUNNING
48 || threadInfo.state > B_THREAD_WAITING)
52 threadState = sStates[threadInfo.state - 1];
55 B_PRId64 " ", threadInfo.name, threadInfo.thread, threadState,
56 threadInfo.priority, (threadInfo.user_time / 1000),
57 (threadInfo
[all...]
H A Dshutdown.cpp117 thread_info threadInfo; local
118 get_thread_info(find_thread(NULL), &threadInfo); local
120 team_id thisTeam = threadInfo.team;
130 &thread_cookie, &threadInfo) == B_OK) {
131 if (!strcmp(threadInfo.name, "shutdown"))
132 kill(threadInfo.thread, SIGUSR1);
/haiku-fatelf/src/tests/servers/registrar/
H A Drun_test_registrar.cpp51 thread_info threadInfo; local
53 while (get_next_thread_info(teamInfo.team, &threadCookie, &threadInfo)
56 if (!strcmp(threadInfo.name, "_roster_thread_")) {
/haiku-fatelf/src/system/kernel/messaging/
H A DMessagingService.cpp309 thread_info threadInfo; local
310 error = get_thread_info(find_thread(NULL), &threadInfo);
323 if (threadInfo.team != lockSemInfo.team
324 || threadInfo.team != counterSemInfo.team) {
337 fServerTeam = threadInfo.team;
349 thread_info threadInfo; local
350 status_t error = get_thread_info(find_thread(NULL), &threadInfo);
354 if (threadInfo.team != fServerTeam)
H A DKMessage.cpp544 thread_info threadInfo; local
545 error = get_thread_info(find_thread(NULL), &threadInfo);
548 ourTeam = threadInfo.team;
/haiku-fatelf/src/tests/kits/app/broster/
H A DGetAppInfoTester.cpp42 thread_info threadInfo; local
43 while (get_next_thread_info(team, &cookie, &threadInfo) == B_OK) {
44 if (thread < 0 || threadInfo.thread < thread)
45 thread = threadInfo.thread;
/haiku-fatelf/src/apps/debugger/debugger_interface/
H A DDebuggerInterface.cpp468 thread_info threadInfo; local
470 while (get_next_thread_info(fTeamID, &cookie, &threadInfo) == B_OK) {
471 ThreadInfo* info = new(std::nothrow) ThreadInfo(threadInfo.team,
472 threadInfo.thread, threadInfo.name);
599 thread_info threadInfo; local
600 status_t error = get_thread_info(thread, &threadInfo);
604 info.SetTo(threadInfo.team, threadInfo.thread, threadInfo
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/kernel_add_on/
H A DFileSystem.cpp299 thread_info threadInfo; local
300 while (get_next_thread_info(fUserlandServerTeam, &cookie, &threadInfo)
302 PRINT((" userland thread: %ld: `%s'\n", threadInfo.thread,
303 threadInfo.name));
/haiku-fatelf/src/bin/gdb/gdb/
H A Dhaiku-nat.c262 thread_info threadInfo; local
268 while (get_next_thread_info(teamDebugInfo->team, &cookie, &threadInfo)
270 if (threadInfo.thread != teamDebugInfo->nub_thread)
271 haiku_add_thread(teamDebugInfo, threadInfo.thread);
598 thread_info threadInfo; local
603 result = get_thread_info(threadID, &threadInfo);
608 sTeamDebugInfo.team = threadInfo.team;
719 thread_debug_info *threadInfo = haiku_find_thread(teamDebugInfo, threadID); local
720 if (!threadInfo)
724 if (threadInfo
825 thread_info threadInfo; local
1636 thread_info threadInfo; local
[all...]
/haiku-fatelf/src/bin/debug/profile/
H A Dprofile.cpp159 thread_info threadInfo; local
160 status_t error = get_thread_info(threadID, &threadInfo);
164 return AddThread(threadInfo.team, threadID, threadInfo.name);
852 thread_info threadInfo; local
853 status_t error = get_thread_info(threadID, &threadInfo);
859 team_id teamID = threadInfo.team;
938 thread_info threadInfo; local
940 && get_thread_info(message.origin.team, &threadInfo)
943 threadInfo
[all...]
/haiku-fatelf/src/apps/debugger/
H A DDebugger.cpp254 thread_info threadInfo; local
255 status_t error = get_thread_info(thread, &threadInfo);
263 team = threadInfo.team;
/haiku-fatelf/src/kits/tracker/
H A DFilePermissionsView.cpp275 thread_info threadInfo; local
276 get_thread_info(thisThread, &threadInfo);
278 get_team_info(threadInfo.team, &teamInfo);
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme.cpp127 thread_info threadInfo; local
128 if (get_thread_info(thread, &threadInfo) != B_OK
129 || set_sem_owner(info.shared_info->vblank_sem, threadInfo.team)
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp300 thread_info threadInfo; local
301 while (get_next_thread_info(fUserlandServerTeam, &cookie, &threadInfo)
303 PRINT((" userland thread: %ld: `%s'\n", threadInfo.thread,
304 threadInfo.name));
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/s3/
H A Ddriver.cpp366 thread_info threadInfo; local
367 status_t status = get_thread_info(threadID, &threadInfo);
369 status = set_sem_owner(si.vertBlankSem, threadInfo.team);
/haiku-fatelf/src/bin/debug/strace/
H A Dstrace.cpp528 thread_info threadInfo; local
529 status_t error = get_thread_info(threadID, &threadInfo);
535 teamID = threadInfo.team;
/haiku-fatelf/src/kits/support/
H A DArchivable.cpp253 thread_info threadInfo; local
254 status_t err = get_thread_info(find_thread(NULL), &threadInfo);
271 && get_next_image_info(threadInfo.team, &cookie, &imageInfo)
/haiku-fatelf/src/apps/debugger/model/
H A DTeam.cpp132 Team::AddThread(const ThreadInfo& threadInfo, Thread** _thread) argument
134 Thread* thread = new(std::nothrow) Thread(this, threadInfo.ThreadID());
144 thread->SetName(threadInfo.Name());
H A DTeam.h99 status_t AddThread(const ThreadInfo& threadInfo,
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/ati/
H A Ddriver.cpp735 thread_info threadInfo; local
736 status_t status = get_thread_info(threadID, &threadInfo);
738 status = set_sem_owner(si.vertBlankSem, threadInfo.team);
/haiku-fatelf/src/kits/app/
H A DLooper.cpp210 thread_info threadInfo; local
211 if (get_thread_info(Thread(), &threadInfo) == B_OK)
212 status = data->AddInt32("_prio", threadInfo.priority);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DKMessage.cpp439 thread_info threadInfo; local
440 error = get_thread_info(find_thread(NULL), &threadInfo);
443 ourTeam = threadInfo.team;
/haiku-fatelf/src/servers/debug/
H A DDebugServer.cpp936 thread_info threadInfo; local
937 if (get_thread_info(debuggerThread, &threadInfo) != B_OK) {

Completed in 383 milliseconds

12