Main index | Section 3 | Options |
#include <pthread_np.h>
The pthread_get_name_np() and pthread_getname_np() functions retrieve the name associated with thread. If pthread_set_name_np() was not previously called for thread, the buffer pointed to by name will be empty.
[ESRCH] | |
No thread could be found in the current process corresponding to that specified by the given thread ID thread. | |
Because of the debugging nature of pthread_get_name_np and pthread_set_name_np functions, all errors that may appear inside are silently ignored.
PTHREAD_SET_NAME_NP (3) | June 3, 2020 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.