* ABORT WAITING ON A SEMAPHORE
*
* Description: This function aborts & readies any tasks currently waiting on a semaphore.
This function should be used to fault-abort the wait on the semaphore,
* rather than to normally signal the semaphore via OSSemPost().
*