|
NAMEpthread_get_name_np ,
pthread_getname_np ,
pthread_set_name_np
pthread_setname_np —
set and retrieve the thread name
LIBRARYPOSIX Threads Library (libpthread, -lpthread)SYNOPSIS#include <pthread_np.h>
void
int
void
int
DESCRIPTIONThepthread_set_name_np () and
pthread_setname_np () functions apply a copy of the
given name to the given thread.
The ERRORSThepthread_getname_np and
pthread_setname_np will fail if
Because of the debugging nature of
SEE ALSOpthread_np(3), thr_set_name(2)STANDARDSpthread_set_name_np () and
pthread_get_name_np () are non-standard extensions.
pthread_setname_np () and
pthread_getname_np () are also non-standard, but are
implemented by larger number of operating systems so they are in fact more
portable.
AUTHORSThis manual page was written by Alexey Zelkin <phantom@FreeBSD.org> andYuri Pankov <yuripv@yuripv.net>.
Visit the GSP FreeBSD Man Page Interface. |