ThreadInfo Class
The ThreadInfo contains information about the thread. More...
Header: | #include <OSAPI/Process/OSAPIThreadInfoManager.h> |
Public Variables
Detailed Description
The ThreadInfo contains information about the thread.
Member Variable Documentation
std::string ThreadInfo::name
This variable holds name of the thread.
int ThreadInfo::pid
This variable holds process id returned by: 1)LINUX: getpid(), 2)WINDOWS: Currently, same value as tidOS (ThreadId (last argument in CreateThread())).
OSAPITASK_ID_TYPE ThreadInfo::tidOS
This variable holds oS thread id returned by 1)LINUX: gettid() (retrieved by syscall(SYS_gettid)), 2)WINDOWS: ThreadId (last argument in CreateThread()).
OSAPITASK_HANDLE_TYPE ThreadInfo::tidPOSIX
This variable holds pOSIX thread id returned by OSAPITask::GetHandle() (m_threadHandle): 1)LINUX: pthread_create()/pthread_self(), 2)WINDOWS: GetCurrentThread().
Get started with CDP Studio today
Let us help you take your great ideas and turn them into the products your customer will love.