Searched refs:thread_info (Results 26 - 50 of 74) sorted by relevance

123

/haiku/headers/private/kernel/
H A Dthread.h160 status_t _user_get_thread_info(thread_id id, thread_info *info);
161 status_t _user_get_next_thread_info(team_id team, int32 *cookie, thread_info *info);
/haiku/src/apps/processcontroller/
H A DProcessController.cpp342 thread_info thinfo;
767 infos[m].thread_info = NULL;
769 infos[m].thread_info = new thread_info[infos[m].team_info.thread_count];
772 &infos[m].thread_info[h]) != B_OK)
773 infos[m].thread_info[h].thread = -1;
912 delete[] infos[m].thread_info;
/haiku/headers/tools/cppunit/
H A DThreadManager.h96 thread_info info;
/haiku/src/bin/
H A Dps.c91 thread_info threadInfo;
H A Dtop.cpp127 thread_info t;
286 thread_info t;
/haiku/src/kits/app/
H A DAppMisc.cpp136 thread_info info;
/haiku/src/system/kernel/
H A Dthread.cpp1178 /*! Fills the thread_info structure with information from the specified thread.
1182 fill_thread_info(Thread *thread, thread_info *info, size_t size)
3188 _get_thread_info(thread_id id, thread_info *info, size_t size)
3190 if (info == NULL || size != sizeof(thread_info) || id < B_OK)
3210 _get_next_thread_info(team_id teamID, int32 *_cookie, thread_info *info,
3213 if (info == NULL || size != sizeof(thread_info) || teamID < 0)
3639 _user_get_thread_info(thread_id id, thread_info *userInfo)
3641 thread_info info;
3647 status = _get_thread_info(id, &info, sizeof(thread_info));
3650 && user_memcpy(userInfo, &info, sizeof(thread_info)) < B_O
[all...]
/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/src/system/kernel/messaging/
H A DMessagingService.cpp311 thread_info threadInfo;
351 thread_info threadInfo;
H A DKMessage.cpp508 thread_info info;
544 thread_info threadInfo;
/haiku/src/tests/kits/app/broster/
H A DGetAppInfoTester.cpp42 thread_info threadInfo;
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_attr.c249 thread_info info;
265 // not in thread_info
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dtracing.c175 thread_info tinfo = {0};
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp192 thread_info info;
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp302 thread_info threadInfo;
605 thread_info info;
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dirq.c207 thread_info thinfo;
/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/kits/tracker/infowindow/
H A DFilePermissionsView.cpp288 thread_info threadInfo;
/haiku/src/kits/tracker/
H A DTaskLoop.cpp604 thread_info info;
H A DUtilities.h520 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/bin/debug/profile/
H A Dprofile.cpp160 thread_info threadInfo;
858 thread_info threadInfo;
945 thread_info threadInfo;
/haiku/src/add-ons/kernel/debugger/hangman/
H A Dhangman.c178 thread_info ti;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.cpp743 thread_info info;
787 thread_info info;
/haiku/headers/private/system/
H A Dsyscalls.h188 extern status_t _kern_get_thread_info(thread_id id, thread_info *info);
190 thread_info *info);

Completed in 177 milliseconds

123