Changeset 2090 for trunk/src/emx/include/sys/fmutex.h
- Timestamp:
- Jun 27, 2005, 5:30:23 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/fmutex.h
-
Property cvs2svn:cvs-rev
changed from
1.6
to1.7
r2089 r2090 104 104 } 105 105 106 107 static __inline__ int _fmutex_is_owner (_fmutex *sem) 108 { 109 return sem->fs > _FMS_AVAILABLE && sem->Owner == fibGetTidPid(); 110 } 111 106 112 /** 107 113 * Release a semaphore in the child process after the -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.