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

123

/haiku/headers/tools/cppunit/
H A DThreadManager.h96 thread_info info;
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dirq.c207 thread_info thinfo;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.cpp743 thread_info info;
787 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);
/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 DGenericThread.h52 status_t GetInfo(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/bin/
H A Dps.c91 thread_info threadInfo;
H A Dshutdown.cpp123 thread_info threadInfo;
/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/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp531 thread_info threadInfo;
682 thread_info threadInfo;
960 thread_info info;
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp154 thread_info threadInfo;
231 thread_info info;
/haiku/src/kits/media/
H A DMediaTrack.cpp920 thread_info tinfo;
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_attr.c249 thread_info info;
265 // not in thread_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/libroot/posix/time/
H A Dclock.cpp18 thread_info info;
29 thread_info info;
/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/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp263 thread_info info;
/haiku/src/tests/kits/app/bmessenger/
H A DHelpers.h78 thread_info info;
/haiku/src/tests/kits/app/broster/
H A DGetAppInfoTester.cpp42 thread_info threadInfo;
/haiku/src/tests/kits/support/barchivable/
H A DInstantiateObjectTester.cpp506 thread_info ti;
510 FORMAT_AND_THROW(" failed to get thread_info: ", err);
/haiku/src/tests/servers/registrar/
H A Drun_test_registrar.cpp51 thread_info threadInfo;
/haiku/headers/os/kernel/
H A DOS.h321 } thread_info; typedef in typeref:struct:__anon7
370 extern status_t _get_thread_info(thread_id id, thread_info *info, size_t size);
372 thread_info *info, size_t size);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1169 #define thread_info fssh_thread_info macro

Completed in 181 milliseconds

123