X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fpthread.h;h=e238321b9caf14af72d7f216a1e7c82bbc830471;hb=f450c150d31730b18a145cca17150427cf3f20e6;hp=99a74a53b5f6b6bc80668db4497a7c9443176a37;hpb=102f6a01e249ce4495f1119ae6d963a2a4a53ce5;p=musl diff --git a/include/pthread.h b/include/pthread.h index 99a74a53..e238321b 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -217,6 +217,11 @@ 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_getattr_default_np(pthread_attr_t *); +int pthread_setattr_default_np(const pthread_attr_t *); +int pthread_tryjoin_np(pthread_t, void **); +int pthread_timedjoin_np(pthread_t, void **, const struct timespec *); #endif #ifdef __cplusplus