Thread


osCreateThread ... Creates and registers a thread.
osDestroyThread ... Deletes a thread.
osGetThreadId ... Gets the debugger ID of a thread.
osGetThreadPri ... Gets the priority of a thread.
osSetThreadPri ... Resets the priority of a thread.
osStartThread ... Starts or resumes execution of a thread.
osStopThread ... Stops a thread.
osYieldThread ... Yields the CPU and calls the thread dispatcher.