Searched refs:l4_sched_param_t (Results 1 – 11 of 11) sorted by relevance
/l4re-core-master/l4sys/include/ |
A D | scheduler.h | 127 typedef struct l4_sched_param_t struct 132 } l4_sched_param_t; typedef 138 L4_INLINE l4_sched_param_t 151 l4_cap_idx_t thread, l4_sched_param_t const *sp) L4_NOTHROW; 158 l4_sched_param_t const *sp, l4_utcb_t *utcb) L4_NOTHROW; 227 L4_INLINE l4_sched_param_t 230 l4_sched_param_t sp; in l4_sched_param() 263 l4_sched_param_t const *sp, l4_utcb_t *utcb) L4_NOTHROW in l4_scheduler_run_thread_u() 324 l4_cap_idx_t thread, l4_sched_param_t const *sp) L4_NOTHROW in l4_scheduler_run_thread()
|
A D | scheduler | 108 l4_msgtag_t, run_thread, (Ipc::Cap<Thread> thread, l4_sched_param_t const &sp));
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | l4.cc | 129 l4_sched_param_t sp = l4_sched_param(prio, 0); in __pthread_setschedparam() 177 l4_sched_param_t sp = l4_sched_param(th->p_priority, 0); in strong_alias() 234 l4_sched_param_t sp = l4_sched_param(prio >= 0 ? prio : 2); in pthread_l4_start()
|
A D | manager.cc | 586 l4_sched_param_t sp = l4_sched_param(prio >= 0 ? prio : 2); in __pthread_mgr_create_thread() 1120 l4_sched_param_t sp = l4_sched_param(thread_prio, 0); in __pthread_manager_adjust_prio()
|
/l4re-core-master/libkproxy/include/ |
A D | scheduler_svr | 38 l4_sched_param_t const &sp) = 0; 73 l4_sched_param_t const &sp) 108 int run_thread(L4::Cap<L4::Thread> thread, l4_sched_param_t const &sp)
|
/l4re-core-master/l4util/include/ |
A D | thread.h | 51 l4_cap_idx_t scheduler, l4_sched_param_t scp) L4_NOTHROW;
|
/l4re-core-master/l4util/lib/src/ |
A D | thread.c | 25 l4_cap_idx_t scheduler, l4_sched_param_t scp) L4_NOTHROW in l4util_create_thread()
|
/l4re-core-master/moe/server/src/ |
A D | sched_proxy.cc | 136 Sched_proxy::run_thread(L4::Cap<L4::Thread> thread, l4_sched_param_t const &sp) in run_thread() 138 l4_sched_param_t s = sp; in run_thread()
|
A D | sched_proxy.h | 41 int run_thread(L4::Cap<L4::Thread> thread, l4_sched_param_t const &sp);
|
A D | loader.h | 84 l4_sched_param_t const &sp) in run_thread()
|
/l4re-core-master/ned/server/src/ |
A D | app_model.h | 106 l4_sched_param_t const &sp) in run_thread()
|
Completed in 10 milliseconds