ThreadManager Class Reference#include <thread.h>
Member Function Documentation
Returns true if threadId is the same as the calling thread's id.
Returns true if the 2 thread ids represent the same thread. Some thread APIs return an opaque object as a thread id, so the == operator cannot reliably compare thread ids.
Returns the platform specific thread id of the calling thread. Some platforms do not guarantee that this ID stays the same over the life of the thread, so use ThreadManager::compare() to compare thread ids. Each thread should add itself to the thread pool the first time it runs.
Searches the pool of known threads for a thread whose id is equivalent to the given threadid. Compares thread ids with ThreadManager::compare().
Member Data Documentation
|