diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2020-06-17 10:50:55 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2020-06-17 10:50:55 +0000 |
| commit | 92bcf7444cf54394843de8483d6a791d1fb81a59 (patch) | |
| tree | eac91b6a57da8b2ea441218ff537eccba64818d6 /include | |
| parent | 865d41fdc535a58d65001cb001a47b7dd25698e5 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/pthread.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pthread.h b/include/pthread.h index c22ad216d01b..143401ddf68b 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -301,6 +301,9 @@ void pthread_testcancel(void); int pthread_getprio(pthread_t); int pthread_setprio(pthread_t, int); void pthread_yield(void); + +int pthread_getname_np(pthread_t, char *, size_t); +int pthread_setname_np(pthread_t, const char *); #endif int pthread_mutexattr_getprioceiling( |
