pthread_detach
int pthread_detach(pthread_t);
PROTO_STD_DEPRECATED(pthread_detach);
CHECKr(pthread_detach(sleeper_thread));