Classes | |
| struct | osip_thread |
Functions | |
| struct osip_thread * | osip_thread_create (int stacksize, void *(*func)(void *), void *arg) |
| int | osip_thread_join (struct osip_thread *thread) |
| int | osip_thread_set_priority (struct osip_thread *thread, int priority) |
| void | osip_thread_exit (void) |
|
||||||||||||||||
|
Allocate (or initialise if a thread address is given)
|
|
|
Exit from a thread. |
|
|
Join a thread.
|
|
||||||||||||
|
Set the priority of a thread. (NOT IMPLEMENTED ON ALL SYSTEMS)
|
1.4.1