Searched refs:thread_info (Results 1 - 25 of 74) sorted by relevance

123

/haiku/src/system/libroot/posix/time/
H A Dclock.cpp18 thread_info info;
29 thread_info info;
/haiku/src/bin/debug/time_stats/
H A Dtiming_analysis.cpp23 inline bool operator()(const thread_info& a, const thread_info& b)
31 inline bool operator()(const thread_info& a, const thread_info& b)
39 get_usage_infos(thread_info* infos)
86 thread_info initialUsage[MAX_THREADS];
100 thread_info finalUsage[MAX_THREADS];
111 thread_info sortedThreads[MAX_THREADS];
113 thread_info goneThreads[MAX_THREADS];
132 sizeof(thread_info));
[all...]
/haiku/src/apps/processcontroller/
H A DUtilities.h24 ::thread_info* thread_info; member in struct:__anon9
H A DThreadBarMenuItem.h28 thread_info fThreadInfo;
H A DThreadBarMenuItem.cpp96 thread_info threadInfo;
148 thread_info info;
H A DThreadBarMenu.cpp76 thread_info info;
H A DTeamBarMenuItem.cpp36 thread_info thinfos;
192 thread_info thinfos;
/haiku/src/build/libroot/
H A Dthread.cpp42 _get_thread_info(thread_id id, thread_info* info, size_t size)
49 // _get_next_thread_info(team_id team, int32 *cookie, thread_info *info,
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.cpp332 GenericThread::GetInfo(thread_info* threadInfo)
341 thread_info threadInfo;
350 thread_info threadInfo;
359 thread_info threadInfo;
368 thread_info threadInfo;
377 thread_info threadInfo;
386 thread_info threadInfo;
395 thread_info threadInfo;
404 thread_info threadInfo;
413 thread_info threadInf
[all...]
H A DGenericThread.h49 status_t GetInfo(thread_info* threadInfo);
H A DZipperThread.cpp362 thread_info info;
375 thread_info info;
388 thread_info info;
404 thread_info info;
/haiku/src/apps/expander/
H A DGenericThread.cpp324 GenericThread::GetInfo(thread_info* info)
333 thread_info info;
342 thread_info info;
351 thread_info info;
360 thread_info info;
369 thread_info info;
378 thread_info info;
387 thread_info info;
396 thread_info info;
405 thread_info inf
[all...]
H A DExpanderThread.cpp284 thread_info info;
297 thread_info info;
310 thread_info info;
325 thread_info info;
H A DGenericThread.h52 status_t GetInfo(thread_info* info);
/haiku/src/tests/kits/app/bmessenger/
H A DHelpers.h78 thread_info info;
/haiku/src/system/libroot/posix/sys/
H A Dpriority.c112 thread_info thread;
126 thread_info thread;
152 thread_info thread;
181 thread_info thread;
/haiku/src/system/runtime_loader/
H A Dutility.cpp89 _get_thread_info(thread_id thread, thread_info *info, size_t size)
91 if (info == NULL || size != sizeof(thread_info))
/haiku/src/bin/
H A Drenice.c68 thread_info thinfo;
86 thread_info thinfo;
H A Drelease.c58 thread_info tinfo;
H A Dshutdown.cpp123 thread_info threadInfo;
/haiku/src/system/libroot/os/
H A Dthread.c214 _get_thread_info(thread_id thread, thread_info *info, size_t size)
216 if (info == NULL || size != sizeof(thread_info))
224 _get_next_thread_info(team_id team, int32 *cookie, thread_info *info, size_t size)
226 if (info == NULL || size != sizeof(thread_info))
/haiku/src/tests/servers/registrar/
H A Drun_test_registrar.cpp51 thread_info threadInfo;
/haiku/src/apps/haikudepot/process/
H A DThreadedProcessNode.cpp55 thread_info ti;
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp154 thread_info threadInfo;
231 thread_info info;
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp283 thread_info info;
331 thread_info info;

Completed in 184 milliseconds

123