Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
140 user(s) are online (109 user(s) are browsing Forums)

Members: 1
Guests: 139

nbache, more...

Headlines

 
  Register To Post  

sched_yield
Just can't stay away
Just can't stay away


See User information
sched_yield() is (afaik) supposed to make the current task/thread
jump to the back of the task list. Is there some way to do/emulate this
with exec or pthreads?

Go to top
Re: sched_yield
Just can't stay away
Just can't stay away


See User information
@alfkil

Quote:
alfkil wrote:
sched_yield() is (afaik) supposed to make the current task/thread
jump to the back of the task list. Is there some way to do/emulate this
with exec or pthreads?
struct Task *me = IExec->FindTask(NULL);
IExec->SetTaskPri(me, me->tc_Node.ln_Pri);

Go to top
Re: sched_yield
Just can't stay away
Just can't stay away


See User information
@joerg

Just saw your response now. Thanks J?rg!

Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project