X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fpthread.h;h=94ef919ca509a688f31ae4c1d94af3a0a699f7db;hb=1fa2a32d1e2d25f493058812008face73d411b2b;hp=af70b7398d6b7b2e41962e5923efadb5cbe0cdc6;hpb=a603a75a72bb469c6be4963ed1b55fabe675fe15;p=musl diff --git a/include/pthread.h b/include/pthread.h index af70b739..94ef919c 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -214,6 +214,9 @@ struct cpu_set_t; int pthread_getaffinity_np(pthread_t, size_t, struct cpu_set_t *); int pthread_setaffinity_np(pthread_t, size_t, const struct cpu_set_t *); int pthread_getattr_np(pthread_t, pthread_attr_t *); +int pthread_setname_np(pthread_t, const char *); +int pthread_tryjoin_np(pthread_t, void **); +int pthread_timedjoin_np(pthread_t, void **, const struct timespec *); #endif #ifdef __cplusplus