pthread_setname_np
__warn_references(pthread_setname_np,
__strong_alias(pthread_setname_np, __compat_pthread_setname_np)
int pthread_setname_np(pthread_t, const char *, void *);
pthread_setname_np(*ptidp, thrname, NULL);
pthread_setname_np(*ptidp, thrname);
pthread_setname_np(pthread_self(), "main", NULL);
pthread_setname_np(pthread_self(), "consumer", NULL);
pthread_setname_np(pthread_self(), "thread %d",
pthread_setname_np(pthread_self(), "thread %d",
RZ(pthread_setname_np(pthread_self(), "%s", name));
PTHREAD_REQUIRE(pthread_setname_np(self, non_const_name, NULL));
pthread_setname_np(pthread_self(), "slave", NULL);
pthread_setname_np(pthread_self(), "master", NULL);