(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
|
@ -131,6 +131,7 @@ int empth_init(void **ctx, int flags);
|
|||
* UD is the value to pass to ENTRY. It is also assigned to the
|
||||
* context variable defined with empth_init() whenever the thread gets
|
||||
* scheduled.
|
||||
* Yield the processor.
|
||||
* Return the thread, or NULL on error.
|
||||
*/
|
||||
empth_t *empth_create(int prio, void (*entry)(void *),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue