Home
last modified time | relevance | path

Searched refs:run_thread (Results 1 – 14 of 14) sorted by relevance

/l4re-core-master/libkproxy/include/
A Dscheduler_svr37 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 Dloader.h83 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 Dsched_proxy.cc136 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 Dsched_proxy.h41 int run_thread(L4::Cap<L4::Thread> thread, l4_sched_param_t const &sp);
A Dmain.cc525 ->run_thread(L4::Cap<L4::Thread>(L4_BASE_THREAD_CAP), l4_sched_param(0xff)); in main()
/l4re-core-master/uclibc/lib/libpthread/src/
A Dl4.cc130 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 Dmanager.cc588 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 Dapp_model.h105 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 Dmain.cc186 env->scheduler()->run_thread(env->main_thread(), in run()
A Dloader.cc321 chksys(env->scheduler()->run_thread(app_thread, l4_sched_param(L4RE_MAIN_THREAD_PRIO))); in start()
/l4re-core-master/libloader/include/
A Dremote_app_model172 chksys(this->run_thread(nthread,
/l4re-core-master/l4sys/include/
A Dthread80 * 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 Dscheduler108 l4_msgtag_t, run_thread, (Ipc::Cap<Thread> thread, l4_sched_param_t const &sp));
/l4re-core-master/moe/doc/
A Dmoe.dox147 * provided to L4::Scheduler.run_thread().

Completed in 15 milliseconds