Declaration of osaThread.
More...
Go to the source code of this file.
|
#define | SCHED_FIFO 0 /*! No Scheduling Policy available in Windows */ |
|
Declaration of osaThread.
#define SCHED_FIFO 0 /*! No Scheduling Policy available in Windows */ |
PriorityType and SchedulingPolicyType.
For now these are just typedefs to integers. I would like to have a common return value for all OS. Maybe an enum, but the problem is that the granularity in any linux flavor is much much larger than windows.
SchedulingPolicyType. For now SchedulingPolicy is typedef'ed to int.
std::ostream& operator<< |
( |
std::ostream & |
output, |
|
|
const osaThreadId & |
threadId |
|
) |
| |
|
inline |
Yield the current thread. Stops the current thread and takes it at the end of the list of ready threads having its same priority. The scheduler makes the next ready thread of the same priority active.
Get the ID of the currently executing thread.
- See Also
- osaThreadId