pthread_set_name_np
void pthread_set_name_np(pthread_t, const char *);
__weak_reference(_pthread_set_name_np, pthread_set_name_np);
pthread_set_name_np(pthread_self(), tname);
pthread_set_name_np(bc->bc_btid[i], tname);
pthread_set_name_np(actx->tid, tname);
pthread_set_name_np(mevent_tid, "mevent");
pthread_set_name_np(sc->esc_tx_tid, nstr);
pthread_set_name_np(sc->aen_tid, nstr);
pthread_set_name_np(sc->tx_tid, tname);
pthread_set_name_np(workers[i].vsw_thread, tname);
pthread_set_name_np(tid, "rfbout");
pthread_set_name_np(rc->tid, "rfb");
pthread_set_name_np(pthread_self(), "checkpoint thread");
pthread_set_name_np(crb->thread, "tpm_intf_crb");