Searched refs:sched_get_priority_min (Results 1 – 23 of 23) sorted by relevance
2 sched_get_priority_min
12 _syscall1(int, sched_get_priority_min, int, policy)
87 sched_get_priority_max.c sched_get_priority_min.c sched_getscheduler.c \
16 int sched_get_priority_min(int policy) in sched_get_priority_min() function
34 int min = sched_get_priority_min (iattr->schedpolicy); in __pthread_attr_setschedparam()
526 int minprio = INTERNAL_SYSCALL (sched_get_priority_min, scerr, 1, in __pthread_create_2_1()
17 #define __sched_get_priority_min sched_get_priority_min
36 __sched_fifo_min_prio = sched_get_priority_min (SCHED_FIFO); in __init_sched_fifo_prio()
62 extern int sched_get_priority_min (int __algorithm) __THROW;
145 __gthrw(sched_get_priority_min)403 if ((priority_min = __gthrw_(sched_get_priority_min) (policy)) == -1) in __gthread_objc_thread_set_priority()
144 __gthrw(sched_get_priority_min)402 if ((priority_min = __gthrw_(sched_get_priority_min) (policy)) == -1) in __gthread_objc_thread_set_priority()
144 __gthrw(sched_get_priority_min)401 if ((priority_min = __gthrw_(sched_get_priority_min) (policy)) == -1) in __gthread_objc_thread_set_priority()
16 #define __sched_get_priority_min sched_get_priority_min
489 + FUNC GLOBAL DEFAULT UND sched_get_priority_min
752 sched_get_priority_max, sched_get_priority_min,
1129 sched_get_priority_max(), sched_get_priority_min()
Completed in 27 milliseconds