Searched refs:run_thread (Results 1 – 14 of 14) sorted by relevance
/l4re-core-master/libkproxy/include/ |
A D | scheduler_svr | 37 virtual int run_thread(L4::Cap<L4::Thread> thread, 75 return this_svr()->run_thread(this_svr()->received_thread(thread), sp); 108 int run_thread(L4::Cap<L4::Thread> thread, l4_sched_param_t const &sp) 109 { return _sched->run_thread(thread, sp); }
|
/l4re-core-master/moe/server/src/ |
A D | loader.h | 83 l4_msgtag_t run_thread(L4::Cap<L4::Thread> thread, in run_thread() function 85 { return L4Re::Env::env()->scheduler()->run_thread(thread, sp); } in run_thread()
|
A D | sched_proxy.cc | 136 Sched_proxy::run_thread(L4::Cap<L4::Thread> thread, l4_sched_param_t const &sp) in run_thread() function in Sched_proxy 152 return l4_error(L4Re::Env::env()->scheduler()->run_thread(thread, s)); 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 | main.cc | 525 ->run_thread(L4::Cap<L4::Thread>(L4_BASE_THREAD_CAP), l4_sched_param(0xff)); in main()
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | l4.cc | 130 L4Re::Env::env()->scheduler()->run_thread(t, sp); in __pthread_setschedparam() 182 int e = l4_error(L4Re::Env::env()->scheduler()->run_thread(t, sp)); in strong_alias() 236 ->run_thread(L4::Cap<L4::Thread>(thread->p_th_cap), sp)); in pthread_l4_start()
|
A D | manager.cc | 588 err = l4_error(e->scheduler()->run_thread(_t.get(), sp)); in __pthread_mgr_create_thread() 1121 L4Re::Env::env()->scheduler()->run_thread(L4::Cap<L4::Thread>(manager_thread->p_th_cap), sp); in __pthread_manager_adjust_prio()
|
/l4re-core-master/ned/server/src/ |
A D | app_model.h | 105 l4_msgtag_t run_thread(L4::Cap<L4::Thread> thread, in run_thread() function 121 return s->run_thread(thread, sp); in run_thread()
|
/l4re-core-master/l4re_kernel/server/src/ |
A D | main.cc | 186 env->scheduler()->run_thread(env->main_thread(), in run()
|
A D | loader.cc | 321 chksys(env->scheduler()->run_thread(app_thread, l4_sched_param(L4RE_MAIN_THREAD_PRIO))); in start()
|
/l4re-core-master/libloader/include/ |
A D | remote_app_model | 172 chksys(this->run_thread(nthread,
|
/l4re-core-master/l4sys/include/ |
A D | thread | 80 * The thread is started using L4::Scheduler::run_thread(). However, if at 81 * the time L4::Scheduler::run_thread() is called, the instruction pointer of
|
A D | scheduler | 108 l4_msgtag_t, run_thread, (Ipc::Cap<Thread> thread, l4_sched_param_t const &sp));
|
/l4re-core-master/moe/doc/ |
A D | moe.dox | 147 * provided to L4::Scheduler.run_thread().
|
Completed in 19 milliseconds