Changeset a80d406 in mainline
- Timestamp:
- 2005-12-06T22:22:01Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- beb39ee3
- Parents:
- 2d93f1f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/synch/spinlock.h
r2d93f1f9 ra80d406 52 52 }; 53 53 54 #define spinlock_initialize(x )54 #define spinlock_initialize(x,name) 55 55 #define spinlock_lock(x) preemption_disable() 56 56 #define spinlock_trylock(x) (preemption_disable(), 1)
Note:
See TracChangeset
for help on using the changeset viewer.