#include <pthread.h> int pthread_attr_setname_np(pthread_attr_t *attr, const char *name); Service Program Name: QP0WPTHR Default Public Authority: *USE Threadsafe: Yes Signal Safe: Yes Thepthread_attr_setname_np()function sets the name attribute in the thread attribute object specified by...
#include <pthread.h> int pthread_mutexattr_setname_np(pthread_mutexattr_t *attr, const char *name); Service Program Name: QP0WPTHR Default Public Authority: *USE Threadsafe: Yes Signal Safe: Yes Thepthread_mutexattr_setname_np() function changes the name attribute associated with the mutex...