Home
last modified time | relevance | path

Searched refs:prio (Results 1 – 25 of 29) sorted by relevance

12

/l4re-core-master/uclibc/lib/libpthread/src/
A Dl4.cc117 int prio = __pthread_l4_getprio(policy, param->sched_priority); in __pthread_setschedparam() local
118 if (prio < 0) in __pthread_setschedparam()
129 l4_sched_param_t sp = l4_sched_param(prio, 0); in __pthread_setschedparam()
135 __pthread_manager_adjust_prio(prio); in __pthread_setschedparam()
145 int pol, prio; in strong_alias() local
154 prio = handle_to_descr(handle)->p_priority; in strong_alias()
158 param->sched_priority = prio; in strong_alias()
225 int prio; in pthread_l4_start() local
229 prio = __pthread_l4_getprio(SCHED_OTHER, 0); in pthread_l4_start()
231 prio = __pthread_l4_getprio(thread->p_sched_policy, in pthread_l4_start()
[all …]
A Dqueue.h23 int prio = th->p_priority; in enqueue() local
26 if (prio > (*q)->p_priority) { in enqueue()
A Dinternals.h536 static inline int __pthread_getprio(int policy, int prio);
537 static inline int __pthread_getprio(int policy, int prio) in __pthread_getprio() argument
542 prio = 0; in __pthread_getprio()
545 prio = 0; in __pthread_getprio()
548 prio -= __pthread_sched_rr_prio_min; in __pthread_getprio()
556 return prio; in __pthread_getprio()
A Dmanager.cc527 int (*f)(void*), int prio, in __pthread_mgr_create_thread() argument
586 l4_sched_param_t sp = l4_sched_param(prio >= 0 ? prio : 2); in __pthread_mgr_create_thread()
780 int prio = -1; in pthread_handle_create() local
785 prio = __pthread_l4_getprio(new_thread->p_sched_policy, in pthread_handle_create()
788 __pthread_manager_adjust_prio(prio); in pthread_handle_create()
794 prio = __pthread_l4_getprio(SCHED_OTHER, 0); in pthread_handle_create()
806 pthread_start_thread, prio, in pthread_handle_create()
A Dspinlock.c578 int prio; in __pthread_alt_unlock() local
603 } else if ((prio = p_node->thr->p_priority) >= maxprio) { in __pthread_alt_unlock()
606 maxprio = prio; in __pthread_alt_unlock()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_setschedprio.c30 int prio) in pthread_setschedprio() argument
41 param.sched_priority = prio; in pthread_setschedprio()
47 if (__builtin_expect (pd->tpp != NULL, 0) && pd->tpp->priomax > prio) in pthread_setschedprio()
57 param.sched_priority = prio; in pthread_setschedprio()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-mqueue2.c196 unsigned int prio; in do_test() local
197 ssize_t rets = mq_receive (q, buf, 3, &prio); in do_test()
206 else if (prio != 4 || memcmp (buf, "8 ", 3) != 0) in do_test()
209 prio, buf[0], buf[1], buf[2]); in do_test()
304 rets = mq_timedreceive (q, buf, 2, &prio, &ts); in do_test()
306 rets = mq_receive (q, buf, 2, &prio); in do_test()
315 else if (prio != 5 || memcmp (buf, "21 ", 3) != 0) in do_test()
318 prio, buf[0], buf[1], buf[2]); in do_test()
359 rets = mq_receive (q, buf, 2, &prio); in do_test()
A Dtst-mqueue1.c193 unsigned int prio; in do_one_test() local
210 rets = mq_receive (q, &vr[i], 1, &prio); in do_one_test()
212 rets = mq_timedreceive (q, &vr[i], 1, &prio, &ts); in do_one_test()
223 else if (prio != (unsigned int) vr[i] >> 4) in do_one_test()
225 printf ("unexpected priority %x for value %02x\n", prio, in do_one_test()
238 rets = mq_timedreceive (q, &vr[10], 1, &prio, &ts); in do_one_test()
253 ret = mq_receive (q, &vr[10], 1, &prio); in do_one_test()
A Dtst-mqueue4.c190 unsigned int prio; in do_test() local
191 ssize_t rets = mq_receive (q2, buf, 2, &prio); in do_test()
200 else if (prio != 5 || memcmp (buf, "k ", 3) != 0) in do_test()
203 prio, buf[0], buf[1], buf[2]); in do_test()
/l4re-core-master/l4sys/include/
A Dscheduler.h130 l4_umword_t prio; ///< Priority for scheduling. member
139 l4_sched_param(unsigned prio,
228 l4_sched_param(unsigned prio, l4_cpu_time_t quantum) L4_NOTHROW in l4_sched_param() argument
231 sp.prio = prio; in l4_sched_param()
269 m->mr[3] = sp->prio; in l4_scheduler_run_thread_u()
A Dcompiler.h70 #define L4_DECLARE_CONSTRUCTOR(func, prio) \ argument
71 static inline __attribute__((constructor(prio))) void func ## _ctor_func(void) { func(); }
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dqueue.h23 int prio = th->p_priority; in enqueue() local
25 if (prio > (*q)->p_priority) { in enqueue()
A Dspinlock.c577 int prio; in __pthread_alt_unlock() local
602 } else if ((prio = p_node->thr->p_priority) >= maxprio) { in __pthread_alt_unlock()
605 maxprio = prio; in __pthread_alt_unlock()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dqueue.h23 int prio = th->p_priority; in enqueue() local
26 if (prio > (*q)->p_priority) { in enqueue()
A Dspinlock.c575 int prio; in __pthread_alt_unlock() local
600 } else if ((prio = p_node->thr->p_priority) >= maxprio) { in __pthread_alt_unlock()
603 maxprio = prio; in __pthread_alt_unlock()
/l4re-core-master/ned/server/src/
A Dlua.cc42 Lua::Lib::Lib(Prio prio) : _prio(prio), _next(0) in Lib() argument
45 while (*f && (*f)->prio() < prio) in Lib()
A Dlua.h44 Prio prio() const { return _prio; } in prio() function
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old_db/
A Dtd_thr_setprio.c24 td_thr_setprio (const td_thrhandle_t *th, int prio) in td_thr_setprio() argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads_db/
A Dtd_thr_setprio.c24 td_thr_setprio (const td_thrhandle_t *th, int prio) in td_thr_setprio() argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/
A Dtd_thr_setprio.c24 td_thr_setprio (const td_thrhandle_t *th, int prio) in td_thr_setprio() argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dsetpriority.c14 _syscall3(int, setpriority, __priority_which_t, which, id_t, who, int, prio)
/l4re-core-master/moe/server/src/
A Dsched_proxy.cc139 s.prio = std::min(sp.prio + _prio_offset, (l4_umword_t)_prio_limit); in run_thread()
/l4re-core-master/l4sys/include/ARCH-mips/
A Dktrace_events.h221 unsigned short prio; /* 58+2 */ member
449 unsigned short prio; /* 42+2 */ member
/l4re-core-master/l4sys/include/ARCH-arm/
A Dktrace_events.h218 unsigned short prio; /* 42+2 */ member
/l4re-core-master/l4sys/include/ARCH-arm64/
A Dktrace_events.h220 unsigned short prio; /* 58+2 */ member

Completed in 42 milliseconds

12