Lines Matching refs:pthread_t
87 TYPE(pthread_t); in pthread_h()
116 FUNCTION(pthread_cancel, int (*f)(pthread_t)); in pthread_h()
130 FUNCTION(pthread_create, int (*f)(pthread_t*, const pthread_attr_t*, void* (*)(void*), void*)); in pthread_h()
131 FUNCTION(pthread_detach, int (*f)(pthread_t)); in pthread_h()
132 FUNCTION(pthread_equal, int (*f)(pthread_t, pthread_t)); in pthread_h()
137 FUNCTION(pthread_getcpuclockid, int (*f)(pthread_t, clockid_t*)); in pthread_h()
138 FUNCTION(pthread_getschedparam, int (*f)(pthread_t, int*, struct sched_param*)); in pthread_h()
140 FUNCTION(pthread_join, int (*f)(pthread_t, void**)); in pthread_h()
192 FUNCTION(pthread_self, pthread_t (*f)(void)); in pthread_h()
200 FUNCTION(pthread_setschedparam, int (*f)(pthread_t, int, const struct sched_param*)); in pthread_h()
201 FUNCTION(pthread_setschedprio, int (*f)(pthread_t, int)); in pthread_h()