(empth_yield) [_EMPTH_LWP]: Blocked the current thread forever; fix.
This commit is contained in:
parent
02693bb59b
commit
4e9066c894
1 changed files with 1 additions and 2 deletions
|
@ -80,8 +80,7 @@ empth_exit(void)
|
||||||
void
|
void
|
||||||
empth_yield(void)
|
empth_yield(void)
|
||||||
{
|
{
|
||||||
/* a hack! */
|
lwpYield();
|
||||||
lwpReschedule();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue