_thrp_join
int error = _thrp_join(tid, departed, status, 1);
return ((tid == 0)? ESRCH : _thrp_join(tid, NULL, status, 1));
error = _thrp_join(tid, NULL, NULL, 0);