Libertas OS API Documentation
    Preparing search index...

    Function Libertas_NotifyThread

    • 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.

      Parameters

      • thread: number

        A thread handle.

      Returns void