Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/base/include/
Dlos_rwlock_pri.h58 extern UINT32 OsRwlockUnlockUnsafe(LosRwlock *rwlock, BOOL *needSched);
/kernel/liteos_a/kernel/base/ipc/
Dlos_rwlock.c409 UINT32 OsRwlockUnlockUnsafe(LosRwlock *rwlock, BOOL *needSched) in OsRwlockUnlockUnsafe() function
452 ret = OsRwlockUnlockUnsafe(rwlock, &needSched); in LOS_RwlockUnLock()