Lines Matching refs:pthread_t
126 int pthread_create(pthread_t* _Nonnull, pthread_attr_t const*,
128 int pthread_detach(pthread_t);
131 int pthread_equal(pthread_t, pthread_t);
133 int pthread_getattr_np(pthread_t, pthread_attr_t* _Nonnull);
135 int pthread_getcpuclockid(pthread_t, clockid_t* _Nonnull);
137 int pthread_getschedparam(pthread_t, int* _Nonnull, struct sched_param* _Nonnull);
141 pid_t pthread_gettid_np(pthread_t) __INTRODUCED_IN(21);
143 int pthread_join(pthread_t, void**);
227 pthread_t pthread_self(void) __attribute_const__;
230 int pthread_getname_np(pthread_t, char* _Nonnull, size_t) __INTRODUCED_IN(26);
233 int pthread_setname_np(pthread_t, const char* _Nonnull);
235 int pthread_setschedparam(pthread_t, int, const struct sched_param* _Nonnull);