IPnom Home • Manuals • FreeBSD

 FreeBSD Man Pages

Man Sections:Commands (1)System Calls (2)Library Functions (3)Device Drivers (4)File Formats (5)Miscellaneous (7)System Utilities (8)
Keyword Live Search (10 results max):
 Type in part of a command in the search box.
 


pthread_set_name_np(3)

NAME

     pthread_set_name_np -- set the thread name


LIBRARY

     Reentrant C Library (libc_r, -lc_r)
     POSIX Threads Library (libpthread, -lpthread)
     1:1 Threading Library (libthr, -lthr)


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 speci-
     fied by tid argument to string value specified by name argument.

     This is a debugging interface and using it on a day-by-day basis makes no
     sense.


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>.

FreeBSD 5.4		       February 13, 2003		   FreeBSD 5.4

SPONSORED LINKS




Man(1) output converted with man2html , sed , awk