NAME
pthread_set_name_np
—
set the thread name
LIBRARY
library “libpthread”
SYNOPSIS
#include
<pthread_np.h>
void
pthread_set_name_np
(pthread_t
thread, const char
*name);
DESCRIPTION
Thepthread_set_name_np
()
function applies a copy of the given name to the given
thread.
ERRORS
Because of the debugging nature of this function, all errors that may appear inside are silently ignored.
SEE ALSO
AUTHORS
This manual page was written by Alexey Zelkin <phantom@FreeBSD.org>.