Changeset 615 for GPL/branches/uniaud32-next/include/linux/mutex.h
- Timestamp:
- Jan 1, 2021, 5:31:48 AM (5 years ago)
- Location:
- GPL/branches/uniaud32-next
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/mutex.h
r76 r615 11 11 #define mutex_lock_interruptible(x) down_interruptible(x) 12 12 #define mutex_unlock(x) up(x) 13 13 #define mutex_lock_nested(lock, subclass) mutex_lock(lock) 14 static inline int mutex_trylock(struct mutex *lock) {return -1; } 14 15 #endif
Note:
See TracChangeset
for help on using the changeset viewer.