pthread_set_name_np(3) freebsd man page | unix.com

Man Page: pthread_set_name_np

Operating Environment: freebsd

Section: 3

PTHREAD_SET_NAME_NP(3)					   BSD Library Functions Manual 				    PTHREAD_SET_NAME_NP(3)

NAME
pthread_set_name_np -- set the thread name
LIBRARY
POSIX Threads Library (libpthread, -lpthread)
SYNOPSIS
#include <pthread_np.h> void pthread_set_name_np(pthread_t tid, const char *name);
DESCRIPTION
The pthread_set_name_np() function sets internal name for thread specified by tid argument to string value specified by name argument.
ERRORS
Because of the debugging nature of this function, all errors that may appear inside are silently ignored.
AUTHORS
This manual page was written by Alexey Zelkin <phantom@FreeBSD.org>.
BSD
February 13, 2003 BSD
Related Man Pages
pthread_attr_setcreatesuspend_np(3) - netbsd
pthread_getname_np(3) - netbsd
pthread_setname_np(3) - netbsd
pthread_attr_setcreatesuspend_np(3) - freebsd
pthread_switch_delete_np(3) - freebsd
Similar Topics in the Unix Linux Community
Unix File Permissions
Memory Leaks
Is UNIX an open source OS ?
Is it safe to install x86 Solaris 10 U6 after installed-Linux-and-FreeBSD?
Controlling user input