GetThreadID
# define GetThreadID() (((pthread_self)) ? pthread_self() : (pthread_t) getpid())
# define GetThreadID() pthread_self()