#include <sync_w32.h>
Public Member Functions | |
| bool | operator!= (dbProcessId const &other) const |
| void | clear () |
| bool | operator!= (dbProcessId const &other) const |
| void | clear () |
Static Public Member Functions | |
| static dbProcessId | getCurrent () |
| static dbProcessId | getCurrent () |
Private Attributes | |
| pid_t | pid |
| pthread_t | tid |
| DWORD | tid |
| bool operator!= | ( | dbProcessId const & | other | ) | const [inline] |
| void clear | ( | ) | [inline] |
| static dbProcessId getCurrent | ( | ) | [inline, static] |
| bool operator!= | ( | dbProcessId const & | other | ) | const [inline] |
| void clear | ( | ) | [inline] |
| static dbProcessId getCurrent | ( | ) | [inline, static] |
pthread_t tid [private] |
DWORD tid [private] |