Home
last modified time | relevance | path

Searched refs:SEM_ERROR (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/sem/drv/sem/
H A DdrvSEM.c121 #define SEM_ERROR(x, args...) if (_gSEMDbgLevel >= E_SEM_DBGLVL_ERROR) \ macro
414 SEM_ERROR("Lock SemId%d invalid\n", SemId); in MDrv_SEM_Lock_U2K()
427 SEM_ERROR("Obtain mutex %s failed\n", _SEMMutexName[s16SemId]); in MDrv_SEM_Lock_U2K()
439 SEM_ERROR("Obtain hardware semaphore %d failed\n", s16SemId); in MDrv_SEM_Lock_U2K()
451 SEM_ERROR("Obtain mutex %s failed\n", _SEMMutexName[s16SemId]); in MDrv_SEM_Lock_U2K()
464SEM_ERROR("Obtain hardware semaphore %d failed, timeout=%ld\n", s16SemId, u32WaitMs); in MDrv_SEM_Lock_U2K()
517 SEM_ERROR("Unlock SemId%d invalid\n", SemId); in MDrv_SEM_Unlock_U2K()
527 SEM_ERROR("Release hardware semaphore %d failed\n", s16SemId); in MDrv_SEM_Unlock_U2K()
584 SEM_ERROR("Release mutex %s failed\n", _SEMMutexName[s16SemId]); in MDrv_SEM_Delete_U2K()
592 SEM_ERROR("Reset hardware semaphore %d failed\n", s16SemId); in MDrv_SEM_Delete_U2K()