pthread_self method

pthread_t pthread_self()

Implementation

pthread_t pthread_self() {
  return _pthread_self();
}