Changeset 2260 for trunk/src/emx/include/sys/smutex.h
- Timestamp:
- Jul 18, 2005, 3:15:18 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/smutex.h
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r2259 r2260 29 29 } 30 30 31 static __inline__ int _smutex_try_request (__volatile__ _smutex *sem) 32 { 33 return __cxchg (sem, 1) == 0; 34 } 35 31 36 32 37 static __inline__ void _smutex_release (__volatile__ _smutex *sem) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.