Searched refs:ptr_pthread_getschedparam (Results 1 – 8 of 8) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/ |
A D | pthread-functions.h | 58 int (*ptr_pthread_getschedparam) (pthread_t, int *, struct sched_param *); member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/ |
A D | pthread-functions.h | 62 int (*ptr_pthread_getschedparam) (pthread_t, int *, struct sched_param *); member
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | pthread-functions.h | 59 int (*ptr_pthread_getschedparam) (pthread_t, int *, struct sched_param *); member
|
A D | pthread.c | 290 .ptr_pthread_getschedparam = __pthread_getschedparam,
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/ |
A D | pthread-functions.h | 69 int (*ptr_pthread_getschedparam) (pthread_t, int *, struct sched_param *); member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | init.c | 96 .ptr_pthread_getschedparam = __pthread_getschedparam,
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | pthread.c | 350 .ptr_pthread_getschedparam = pthread_getschedparam,
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | pthread.c | 261 .ptr_pthread_getschedparam = __pthread_getschedparam,
|
Completed in 13 milliseconds