Revision 0de5bed8 doc/classdiagrams/osal.uml

View differences:

doc/classdiagrams/osal.uml
79 79
    + {method} urtCondvarSignal (condvar : urt_osCondvar_t*) : void
80 80
      'Signals all threads that are waiting for the condition variable.
81 81
    + {method} urtCondvarBroadcast (condvar : urt_osCondvar_t*) : void
82
    .. URT_CFG_OSAL_CONDVAR_TIMEOUT == false ..
82 83
      'Waits for the condition variable.
84
    + {method} urtCondvarWait (condvar : urt_osCondvar_t*, mutex : urt_osMutex_t*) : urt_osCondvarWaitStatus_t
85
    .. URT_CFG_OSAL_CONDVAR_TIMEOUT == true ..
86
      'Waits for the condition variable with timeout.
83 87
    + {method} urtCondvarWait (condvar : urt_osCondvar_t*, mutex : urt_osMutex_t*, timeout : urt_delay_t) : urt_osCondvarWaitStatus_t
84 88
  }
85 89
}

Also available in: Unified diff