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)NAMEpthread_set_name_np -- set the thread nameLIBRARYPOSIX Threads Library (libpthread, -lpthread)SYNOPSIS#include <pthread_np.h> void pthread_set_name_np(pthread_t tid, const char *name);DESCRIPTIONThe pthread_set_name_np() function sets internal name for thread specified by tid argument to string value specified by name argument.ERRORSBecause of the debugging nature of this function, all errors that may appear inside are silently ignored.AUTHORSThis manual page was written by Alexey Zelkin <phantom@FreeBSD.org>.BSDFebruary 13, 2003 BSD
| Related Man Pages |
|---|
| pthread_attr_get_np(3) - freebsd |
| pthread_resume_np(3) - freebsd |
| pthread_attr_setcreatesuspend_np(3) - freebsd |
| pthread_multi_np(3) - freebsd |
| pthread_single_np(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Scripts without shebang |
| Memory Leaks |
| Reason for no directory creation date |
| UNIX Environment Setup - (Just starting!) |
| Controlling user input |