Home
last modified time | relevance | path

Searched defs:pthread_functions (Results 1 – 1 of 1) sorted by relevance

/sysdeps/htl/
A Dpthread-functions.h78 struct pthread_functions struct
80 int (*ptr_pthread_attr_destroy) (pthread_attr_t *);
81 int (*ptr_pthread_attr_init) (pthread_attr_t *);
88 int (*ptr_pthread_attr_setschedparam) (pthread_attr_t *,
96 int (*ptr_pthread_cond_broadcast) (pthread_cond_t *);
97 int (*ptr_pthread_cond_destroy) (pthread_cond_t *);
98 int (*ptr_pthread_cond_init) (pthread_cond_t *,
100 int (*ptr_pthread_cond_signal) (pthread_cond_t *);
104 int (*ptr_pthread_equal) (pthread_t, pthread_t);
107 int (*ptr_pthread_setschedparam) (pthread_t, int,
[all …]

Completed in 5 milliseconds