[ prev | next | up ]

ThreadWakeup

> In the ThreadWakeup function you ask us to return an ERROR if there
> is no thread with identifier id. What diference is there between this
> error and the not blocked error we must check for?
The first error means that no such thread exists. The second error means that the thread exists, but it is not in the blocked queue.