Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dpthread-functions.h31 struct pthread_functions struct
33 pid_t (*ptr_pthread_fork) (struct fork_block *);
35 int (*ptr_pthread_attr_init) (pthread_attr_t *);
52 int (*ptr_pthread_cond_init) (pthread_cond_t *,
56 int (*ptr_pthread_equal) (pthread_t, pthread_t);
57 void (*ptr___pthread_exit) (void *);
67 pthread_t (*ptr_pthread_self) (void);
68 int (*ptr_pthread_setcancelstate) (int, int *);
69 int (*ptr_pthread_setcanceltype) (int, int *);
73 pthread_descr (*ptr_pthread_thread_self) (void);
[all …]
/l4re-core-master/uclibc/lib/libpthread/src/
A Dpthread-functions.h32 struct pthread_functions struct
34 pid_t (*ptr_pthread_fork) (struct fork_block *);
36 int (*ptr_pthread_attr_init) (pthread_attr_t *);
53 int (*ptr_pthread_cond_init) (pthread_cond_t *,
57 int (*ptr_pthread_equal) (pthread_t, pthread_t);
58 void (*ptr___pthread_exit) (void *);
68 pthread_t (*ptr_pthread_self) (void);
69 int (*ptr_pthread_setcancelstate) (int, int *);
70 int (*ptr_pthread_setcanceltype) (int, int *);
74 pthread_descr (*ptr_pthread_thread_self) (void);
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dpthread-functions.h31 struct pthread_functions struct
33 int (*ptr_pthread_attr_destroy) (pthread_attr_t *);
52 int (*ptr___pthread_cond_init) (pthread_cond_t *,
67 int (*ptr_pthread_equal) (pthread_t, pthread_t);
68 void (*ptr___pthread_exit) (void *);
70 int (*ptr_pthread_setschedparam) (pthread_t, int,
73 int (*ptr_pthread_mutex_init) (pthread_mutex_t *,
75 int (*ptr_pthread_mutex_lock) (pthread_mutex_t *);
77 pthread_t (*ptr_pthread_self) (void);
78 int (*ptr_pthread_setcancelstate) (int, int *);
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/
A Dpthread-functions.h33 struct pthread_functions struct
39 int (*ptr_pthread_attr_init) (pthread_attr_t *);
56 int (*ptr_pthread_cond_init) (pthread_cond_t *,
60 int (*ptr_pthread_equal) (pthread_t, pthread_t);
61 void (*ptr___pthread_exit) (void *);
63 int (*ptr_pthread_setschedparam) (pthread_t, int,
71 pthread_t (*ptr_pthread_self) (void);
72 int (*ptr_pthread_setcancelstate) (int, int *);
73 int (*ptr_pthread_setcanceltype) (int, int *);
84 (*ptr_pthread_internal_tsd_address) (int key);
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dinit.c72 static const struct pthread_functions pthread_functions = variable

Completed in 12 milliseconds