(empth_create): LWP yields, and it's the reference implementation.
Document and fix the others.
This commit is contained in:
parent
8054aafb9a
commit
ba11aaaa36
3 changed files with 3 additions and 0 deletions
|
@ -463,6 +463,7 @@ empth_create(int prio, void (*entry)(void *), int size, int flags,
|
|||
}
|
||||
|
||||
loc_debug("new thread id is %ld", pThread->ulThreadID);
|
||||
empth_yield();
|
||||
return pThread;
|
||||
|
||||
bad:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue