Searched refs:__pthread_setschedparam (Results 1 – 10 of 10) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | pthread_setschedparam.c | 28 __pthread_setschedparam ( in __pthread_setschedparam() function 74 strong_alias (__pthread_setschedparam, pthread_setschedparam)
|
A D | init.c | 97 .ptr_pthread_setschedparam = __pthread_setschedparam,
|
A D | pthreadP.h | 409 extern int __pthread_setschedparam (pthread_t thread_id, int policy,
|
A D | ChangeLog | 1364 * pthread_setschedparam.c (__pthread_setschedparam): Likewise. 2840 * pthread_setschedparam.c (__pthread_setschedparam): Handle priority
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | l4.cc | 105 int __pthread_setschedparam(pthread_t thread, int policy, in __pthread_setschedparam() function 139 strong_alias (__pthread_setschedparam, pthread_setschedparam) in strong_alias() argument
|
A D | pthread.c | 291 .ptr_pthread_setschedparam = __pthread_setschedparam, 1018 __pthread_setschedparam(pthread_t thread, int policy, in __pthread_setschedparam() function 1041 strong_alias (__pthread_setschedparam, pthread_setschedparam) in strong_alias() argument
|
A D | internals.h | 403 extern int __pthread_setschedparam (pthread_t thread, int policy,
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | pthread.c | 262 .ptr_pthread_setschedparam = __pthread_setschedparam, 922 int __pthread_setschedparam(pthread_t thread, int policy, in __pthread_setschedparam() function 945 strong_alias (__pthread_setschedparam, pthread_setschedparam) in strong_alias() argument
|
A D | internals.h | 376 extern int __pthread_setschedparam (pthread_t thread, int policy,
|
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/ |
A D | pthreads_hacking.txt | 230 - FUNC GLOBAL DEFAULT N __pthread_setschedparam 643 __pthread_setschedparam
|
Completed in 24 milliseconds