Lines Matching refs:pthread_t
69 (pthread_t *, const pthread_attr_t *, void *(*)(void *), void *);
71 (pthread_t);
73 (pthread_t, pthread_t);
79 (pthread_t, clockid_t *);
81 (pthread_t, void **);
118 pthread_t (*f_pthread_self)
133 (pthread_t);
141 (pthread_t pthread, int *, struct sched_param *);
143 (pthread_t, int, const struct sched_param *);
147 (pthread_t thread, size_t cpusetsize, const rte_cpuset_t *cpuset);
365 pthread_create(pthread_t *__rte_restrict tid, in pthread_create()
397 int pthread_detach(pthread_t tid) in pthread_detach()
411 int pthread_equal(pthread_t a, pthread_t b) in pthread_equal()
434 int pthread_getcpuclockid(pthread_t a, clockid_t *b) in pthread_getcpuclockid()
440 int pthread_join(pthread_t tid, void **val) in pthread_join()
582 pthread_t pthread_self(void) in pthread_self()
585 return (pthread_t) lthread_current(); in pthread_self()
628 int pthread_cancel(pthread_t tid) in pthread_cancel()
656 int pthread_getschedparam(pthread_t tid, int *a, struct sched_param *b) in pthread_getschedparam()
662 int pthread_setschedparam(pthread_t a, int b, const struct sched_param *c) in pthread_setschedparam()
681 pthread_setaffinity_np(pthread_t thread, size_t cpusetsize, in pthread_setaffinity_np()