Searched refs:sl_LockObjUnlock (Results 1 – 3 of 3) sorted by relevance
1021 #define sl_LockObjUnlock(pLockObj) pthread_mutex_unlock(pLockObj) macro1194 #define sl_LockObjUnlock(pLockObj) Mutex_unlock(*(pLockObj)) macro
2662 OSI_RET_OK_CHECK(sl_LockObjUnlock(pLockObj)); in _SlDrvObjUnLock()2669 OSI_RET_OK_CHECK(sl_LockObjUnlock(&g_pCB->ProtectionLockObj)); in _SlDrvProtectionObjUnLock()2710 sl_LockObjUnlock(&GlobalLockObj); in _SlDrvObjGlobalLockWaitForever()2740 OSI_RET_OK_CHECK(sl_LockObjUnlock(&GlobalLockObj)); in _SlDrvGlobalObjUnLock()
1072 OSI_RET_OK_CHECK(sl_LockObjUnlock(&g_pCB->ProtectionLockObj)); in sl_NetAppPing()