Public Methods | |
bool | SystemThread_pause (struct SystemThread *ptr_thread, clock_t timeout) |
priority_t | SystemThread_get_priority (struct SystemThread *ptr_system_thread) |
void | SystemThread_set_priority (struct SystemThread *ptr_system_thread, priority_t priority) |
Public Attributes | |
struct Module* | module |
Base object for all execution units (threads). This object defines the basic object that makes an execution thread.
|
Returns a thread's priority.
|
|
Pauses execution of the thread.
|
|
Changes the thread's priority.
|
|
Pointer to the module to which the thread belongs. |
Copyright © 2001 Cybiko, Inc. All rights reserved. | More information... |