Symbol: thread_info
headers/os/kernel/OS.h
373
extern status_t _get_thread_info(thread_id id, thread_info *info, size_t size);
headers/os/kernel/OS.h
375
thread_info *info, size_t size);
headers/private/kernel/thread.h
159
status_t _user_get_thread_info(thread_id id, thread_info *info);
headers/private/kernel/thread.h
160
status_t _user_get_next_thread_info(team_id team, int32 *cookie, thread_info *info);
headers/private/system/syscalls.h
187
extern status_t _kern_get_thread_info(thread_id id, thread_info *info);
headers/private/system/syscalls.h
189
thread_info *info);
headers/tools/cppunit/ThreadManager.h
96
thread_info info;
src/add-ons/kernel/busses/scsi/usb/tracing.c
175
thread_info tinfo = {0};
src/add-ons/kernel/debugger/hangman/hangman.c
178
thread_info ti;
src/add-ons/kernel/drivers/graphics/ati/driver.cpp
753
thread_info threadInfo;
src/add-ons/kernel/drivers/graphics/intel_extreme/intel_extreme.cpp
438
thread_info threadInfo;
src/add-ons/kernel/drivers/graphics/matrox/driver.c
746
thread_info thinfo;
src/add-ons/kernel/drivers/graphics/neomagic/driver.c
675
thread_info thinfo;
src/add-ons/kernel/drivers/graphics/nvidia/driver.c
891
thread_info thinfo;
src/add-ons/kernel/drivers/graphics/radeon/CP_setup.c
491
thread_info thinfo;
src/add-ons/kernel/drivers/graphics/radeon/irq.c
207
thread_info thinfo;
src/add-ons/kernel/drivers/graphics/s3/driver.cpp
367
thread_info threadInfo;
src/add-ons/kernel/drivers/graphics/skeleton/driver.c
626
thread_info thinfo;
src/add-ons/kernel/drivers/graphics/via/driver.c
635
thread_info thinfo;
src/add-ons/kernel/file_systems/nfs4/Inode.cpp
804
thread_info info;
src/add-ons/kernel/file_systems/nfs4/Inode.cpp
848
thread_info info;
src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/FileSystem.cpp
302
thread_info threadInfo;
src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/FileSystem.cpp
605
thread_info info;
src/add-ons/tracker/zipomatic/GenericThread.cpp
332
GenericThread::GetInfo(thread_info* threadInfo)
src/add-ons/tracker/zipomatic/GenericThread.cpp
341
thread_info threadInfo;
src/add-ons/tracker/zipomatic/GenericThread.cpp
350
thread_info threadInfo;
src/add-ons/tracker/zipomatic/GenericThread.cpp
359
thread_info threadInfo;
src/add-ons/tracker/zipomatic/GenericThread.cpp
368
thread_info threadInfo;
src/add-ons/tracker/zipomatic/GenericThread.cpp
377
thread_info threadInfo;
src/add-ons/tracker/zipomatic/GenericThread.cpp
386
thread_info threadInfo;
src/add-ons/tracker/zipomatic/GenericThread.cpp
395
thread_info threadInfo;
src/add-ons/tracker/zipomatic/GenericThread.cpp
404
thread_info threadInfo;
src/add-ons/tracker/zipomatic/GenericThread.cpp
413
thread_info threadInfo;
src/add-ons/tracker/zipomatic/GenericThread.cpp
422
thread_info threadInfo;
src/add-ons/tracker/zipomatic/GenericThread.h
49
status_t GetInfo(thread_info* threadInfo);
src/add-ons/tracker/zipomatic/ZipperThread.cpp
362
thread_info info;
src/add-ons/tracker/zipomatic/ZipperThread.cpp
375
thread_info info;
src/add-ons/tracker/zipomatic/ZipperThread.cpp
388
thread_info info;
src/add-ons/tracker/zipomatic/ZipperThread.cpp
404
thread_info info;
src/apps/autoraise/AutoRaiseIcon.cpp
212
thread_info ti;
src/apps/expander/ExpanderThread.cpp
284
thread_info info;
src/apps/expander/ExpanderThread.cpp
297
thread_info info;
src/apps/expander/ExpanderThread.cpp
310
thread_info info;
src/apps/expander/ExpanderThread.cpp
325
thread_info info;
src/apps/expander/GenericThread.cpp
324
GenericThread::GetInfo(thread_info* info)
src/apps/expander/GenericThread.cpp
333
thread_info info;
src/apps/expander/GenericThread.cpp
342
thread_info info;
src/apps/expander/GenericThread.cpp
351
thread_info info;
src/apps/expander/GenericThread.cpp
360
thread_info info;
src/apps/expander/GenericThread.cpp
369
thread_info info;
src/apps/expander/GenericThread.cpp
378
thread_info info;
src/apps/expander/GenericThread.cpp
387
thread_info info;
src/apps/expander/GenericThread.cpp
396
thread_info info;
src/apps/expander/GenericThread.cpp
405
thread_info info;
src/apps/expander/GenericThread.cpp
414
thread_info info;
src/apps/expander/GenericThread.h
52
status_t GetInfo(thread_info* info);
src/apps/haikudepot/process/ThreadedProcessNode.cpp
55
thread_info ti;
src/apps/mail/Content.cpp
1996
thread_info info;
src/apps/mail/Content.cpp
2017
thread_info info;
src/apps/processcontroller/ProcessController.cpp
355
thread_info thinfo;
src/apps/processcontroller/ProcessController.cpp
781
infos[m].thread_info = NULL;
src/apps/processcontroller/ProcessController.cpp
783
infos[m].thread_info = new thread_info[infos[m].team_info.thread_count];
src/apps/processcontroller/ProcessController.cpp
786
&infos[m].thread_info[h]) != B_OK)
src/apps/processcontroller/ProcessController.cpp
787
infos[m].thread_info[h].thread = -1;
src/apps/processcontroller/ProcessController.cpp
931
delete[] infos[m].thread_info;
src/apps/processcontroller/TeamBarMenuItem.cpp
192
thread_info thinfos;
src/apps/processcontroller/TeamBarMenuItem.cpp
36
thread_info thinfos;
src/apps/processcontroller/ThreadBarMenu.cpp
76
thread_info info;
src/apps/processcontroller/ThreadBarMenuItem.cpp
148
thread_info info;
src/apps/processcontroller/ThreadBarMenuItem.cpp
96
thread_info threadInfo;
src/apps/processcontroller/ThreadBarMenuItem.h
28
thread_info fThreadInfo;
src/apps/processcontroller/Utilities.h
24
::thread_info* thread_info;
src/bin/debug/profile/profile.cpp
160
thread_info threadInfo;
src/bin/debug/profile/profile.cpp
777
thread_info threadInfo;
src/bin/debug/profile/profile.cpp
874
thread_info threadInfo;
src/bin/debug/profile/profile.cpp
962
thread_info threadInfo;
src/bin/debug/strace/strace.cpp
783
thread_info threadInfo;
src/bin/debug/time_stats/timing_analysis.cpp
106
thread_info sortedThreads[MAX_THREADS];
src/bin/debug/time_stats/timing_analysis.cpp
108
thread_info goneThreads[MAX_THREADS];
src/bin/debug/time_stats/timing_analysis.cpp
127
sizeof(thread_info));
src/bin/debug/time_stats/timing_analysis.cpp
138
sizeof(thread_info));
src/bin/debug/time_stats/timing_analysis.cpp
146
sizeof(thread_info));
src/bin/debug/time_stats/timing_analysis.cpp
173
const thread_info& info = sortedThreads[i];
src/bin/debug/time_stats/timing_analysis.cpp
192
const thread_info& info = goneThreads[i];
src/bin/debug/time_stats/timing_analysis.cpp
24
inline bool operator()(const thread_info& a, const thread_info& b)
src/bin/debug/time_stats/timing_analysis.cpp
32
inline bool operator()(const thread_info& a, const thread_info& b)
src/bin/debug/time_stats/timing_analysis.cpp
40
get_usage_infos(thread_info* infos)
src/bin/debug/time_stats/timing_analysis.cpp
81
thread_info initialUsage[MAX_THREADS];
src/bin/debug/time_stats/timing_analysis.cpp
95
thread_info finalUsage[MAX_THREADS];
src/bin/ps.c
91
thread_info threadInfo;
src/bin/release.c
58
thread_info tinfo;
src/bin/renice.c
68
thread_info thinfo;
src/bin/renice.c
86
thread_info thinfo;
src/bin/shutdown.cpp
123
thread_info threadInfo;
src/bin/top.cpp
127
thread_info t;
src/bin/top.cpp
286
thread_info t;
src/build/libroot/thread.cpp
42
_get_thread_info(thread_id id, thread_info* info, size_t size)
src/kits/app/AppMisc.cpp
136
thread_info info;
src/kits/app/Looper.cpp
205
thread_info threadInfo;
src/kits/app/Roster.cpp
1969
thread_info threadInfo;
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
531
thread_info threadInfo;
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
686
thread_info threadInfo;
src/kits/debugger/debugger_interface/local/LocalDebuggerInterface.cpp
964
thread_info info;
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
154
thread_info threadInfo;
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
231
thread_info info;
src/kits/interface/ColumnListView.cpp
5265
thread_info tinfo;
src/kits/media/MediaTrack.cpp
920
thread_info tinfo;
src/kits/support/Archivable.cpp
251
thread_info threadInfo;
src/kits/tracker/TaskLoop.cpp
604
thread_info info;
src/kits/tracker/Utilities.h
524
thread_info info; \
src/kits/tracker/infowindow/FilePermissionsView.cpp
289
thread_info threadInfo;
src/servers/app/ServerApp.cpp
3576
thread_info threadInfo;
src/servers/debug/DebugServer.cpp
1095
thread_info threadInfo;
src/servers/registrar/AuthenticationManager.cpp
786
thread_info info;
src/system/kernel/debug/user_debugger.cpp
1583
thread_info threadInfo;
src/system/kernel/messaging/KMessage.cpp
508
thread_info info;
src/system/kernel/messaging/KMessage.cpp
544
thread_info threadInfo;
src/system/kernel/messaging/MessagingService.cpp
311
thread_info threadInfo;
src/system/kernel/messaging/MessagingService.cpp
351
thread_info threadInfo;
src/system/kernel/thread.cpp
1273
fill_thread_info(Thread *thread, thread_info *info, size_t size)
src/system/kernel/thread.cpp
3289
_get_thread_info(thread_id id, thread_info *info, size_t size)
src/system/kernel/thread.cpp
3291
if (info == NULL || size != sizeof(thread_info) || id < B_OK)
src/system/kernel/thread.cpp
3311
_get_next_thread_info(team_id teamID, int32 *_cookie, thread_info *info,
src/system/kernel/thread.cpp
3314
if (info == NULL || size != sizeof(thread_info) || teamID < 0)
src/system/kernel/thread.cpp
3754
_user_get_thread_info(thread_id id, thread_info *userInfo)
src/system/kernel/thread.cpp
3756
thread_info info;
src/system/kernel/thread.cpp
3762
status = _get_thread_info(id, &info, sizeof(thread_info));
src/system/kernel/thread.cpp
3765
&& user_memcpy(userInfo, &info, sizeof(thread_info)) < B_OK)
src/system/kernel/thread.cpp
3774
thread_info *userInfo)
src/system/kernel/thread.cpp
3777
thread_info info;
src/system/kernel/thread.cpp
3784
status = _get_next_thread_info(team, &cookie, &info, sizeof(thread_info));
src/system/kernel/thread.cpp
3789
|| user_memcpy(userInfo, &info, sizeof(thread_info)) < B_OK)
src/system/libroot/os/thread.c
214
_get_thread_info(thread_id thread, thread_info *info, size_t size)
src/system/libroot/os/thread.c
216
if (info == NULL || size != sizeof(thread_info))
src/system/libroot/os/thread.c
224
_get_next_thread_info(team_id team, int32 *cookie, thread_info *info, size_t size)
src/system/libroot/os/thread.c
226
if (info == NULL || size != sizeof(thread_info))
src/system/libroot/posix/malloc/debug/guarded_heap.cpp
301
thread_info threadInfo;
src/system/libroot/posix/pthread/pthread.cpp
296
thread_info info;
src/system/libroot/posix/pthread/pthread.cpp
337
thread_info info;
src/system/libroot/posix/pthread/pthread_attr.c
249
thread_info info;
src/system/libroot/posix/sys/priority.c
112
thread_info thread;
src/system/libroot/posix/sys/priority.c
126
thread_info thread;
src/system/libroot/posix/sys/priority.c
152
thread_info thread;
src/system/libroot/posix/sys/priority.c
181
thread_info thread;
src/system/libroot/posix/time/clock.cpp
18
thread_info info;
src/system/libroot/posix/time/clock.cpp
29
thread_info info;
src/system/runtime_loader/utility.cpp
89
_get_thread_info(thread_id thread, thread_info *info, size_t size)
src/system/runtime_loader/utility.cpp
91
if (info == NULL || size != sizeof(thread_info))
src/tests/add-ons/kernel/drivers/tty/tty-test.cpp
263
thread_info info;
src/tests/kits/app/bmessenger/Helpers.h
78
thread_info info;
src/tests/kits/app/broster/GetAppInfoTester.cpp
42
thread_info threadInfo;
src/tests/kits/support/ArchivableTest.cpp
581
thread_info ti;
src/tests/servers/registrar/run_test_registrar.cpp
51
thread_info threadInfo;
src/tests/system/kernel/scheduler/main.cpp
192
thread_info info;