openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_SAL_CondSignal()

int32_t BSL_SAL_CondSignal ( BSL_SAL_CondVar  condVar)

The waiting time ends or the signal is obtained.

The waiting time ends or the signal is obtained.

注意
None
参数
condVar[IN] Condition variable
返回值
BSL_SUCCESS,succeeded.
BSL_SAL_ERR_UNKNOWN,functionfailure
BSL_SAL_ERR_BAD_PARAM,parametererror. The value of condVar is NULL.