Searched refs:__pthread_getschedparam (Results 1 – 10 of 10) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | pthread_getschedparam.c | 27 __pthread_getschedparam ( in __pthread_getschedparam() function 75 strong_alias (__pthread_getschedparam, pthread_getschedparam)
|
A D | init.c | 96 .ptr_pthread_getschedparam = __pthread_getschedparam,
|
A D | pthreadP.h | 407 extern int __pthread_getschedparam (pthread_t thread_id, int *policy,
|
A D | ChangeLog | 1363 * pthread_getschedparam.c (__pthread_getschedparam): Likewise.
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | l4.cc | 141 int __pthread_getschedparam(pthread_t thread, int *policy, in strong_alias() 162 strong_alias (__pthread_getschedparam, pthread_getschedparam) in strong_alias() argument
|
A D | pthread.c | 290 .ptr_pthread_getschedparam = __pthread_getschedparam, 1045 __pthread_getschedparam(pthread_t thread, int *policy, in strong_alias() 1064 strong_alias (__pthread_getschedparam, pthread_getschedparam) in strong_alias() argument
|
A D | internals.h | 401 extern int __pthread_getschedparam (pthread_t thread, int *policy,
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | pthread.c | 261 .ptr_pthread_getschedparam = __pthread_getschedparam, 947 int __pthread_getschedparam(pthread_t thread, int *policy, in strong_alias() 966 strong_alias (__pthread_getschedparam, pthread_getschedparam) in strong_alias() argument
|
A D | internals.h | 374 extern int __pthread_getschedparam (pthread_t thread, int *policy,
|
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/ |
A D | pthreads_hacking.txt | 136 - FUNC GLOBAL DEFAULT N __pthread_getschedparam 581 __pthread_getschedparam
|
Completed in 23 milliseconds