Notify a thread. If the thread is currently waiting on Libertas_Wait or Libertas_WaitUntil, the thread will wake up by returning from the wait call.
If the thread is currently running with Libertas_Yield, then the next wait call will return immediately.
A thread handle.
Generated using TypeDoc
Notify a thread. If the thread is currently waiting on Libertas_Wait or Libertas_WaitUntil, the thread will wake up by returning from the wait call.
If the thread is currently running with Libertas_Yield, then the next wait call will return immediately.