|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::lang::sys::core_thread_id Class Reference#include <core_thread_id.h>
List of all members.
Constructor & Destructor Documentation
acdk::lang::sys::core_thread_id::core_thread_id |
( |
pthread_t |
thr = pthread_t(-1) |
) |
[inline] |
|
acdk::lang::sys::core_thread_id::core_thread_id |
( |
DWORD |
thr = 0 |
) |
[inline] |
|
Member Function Documentation
core_thread_id acdk::lang::sys::core_thread_id::get_current |
( |
|
) |
[inline, static] |
|
core_thread_id acdk::lang::sys::core_thread_id::get_current |
( |
|
) |
[inline, static] |
|
bool acdk::lang::sys::core_thread_id::is_current |
( |
|
) |
const [inline] |
|
bool acdk::lang::sys::core_thread_id::is_current |
( |
|
) |
const [inline] |
|
bool acdk::lang::sys::core_thread_id::operator== |
( |
const core_thread_id & |
other |
) |
const [inline] |
|
DWORD acdk::lang::sys::core_thread_id::tid |
( |
|
) |
const [inline] |
|
pthread_t acdk::lang::sys::core_thread_id::tid |
( |
|
) |
const [inline] |
|
Member Data Documentation
|
|