_thr_join
[PJT_JOIN] = {DUAL_ENTRY(_thr_join)},
__weak_reference(_thr_join, pthread_join);
__weak_reference(_thr_join, _pthread_join);
int _thr_join(pthread_t, void **);