_pthread_self
#define pthread_self _pthread_self
#define thr_self() _pthread_self()
pthread_t curthread = _pthread_self();
pthread_t curthread = _pthread_self();
pthread_t curthread = _pthread_self();
STATIC_LIB_REQUIRE(_pthread_self);
return (_pthread_equal(_pthread_self(), _thr_initial) ? 1 : 0);
__strong_reference(_pthread_self, pthread_self);