diff options
Diffstat (limited to 'sysdeps/htl/pthreadP.h')
| -rw-r--r-- | sysdeps/htl/pthreadP.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/htl/pthreadP.h b/sysdeps/htl/pthreadP.h index 5fb6469714..6ea1e79a92 100644 --- a/sysdeps/htl/pthreadP.h +++ b/sysdeps/htl/pthreadP.h @@ -225,6 +225,11 @@ int __pthread_setconcurrency (int __new_level); libc_hidden_proto (__pthread_setconcurrency) int __pthread_getconcurrency (void); libc_hidden_proto (__pthread_getconcurrency) +int __pthread_getname_np (pthread_t __target_thread, char *__buf, + size_t __buflen); +libc_hidden_proto (__pthread_getname_np) +int __pthread_setname_np (pthread_t __target_thread, const char *__name); +libc_hidden_proto (__pthread_setname_np) #define __pthread_raise_internal(__sig) raise (__sig) |
