Changeset c7a9c66 in rtems
- Timestamp:
- 08/12/96 18:06:27 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1402ee25
- Parents:
- ccdf4c57
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/inline/mutex.inl
rccdf4c57 rc7a9c66 52 52 int status; 53 53 54 if ( !id ) { 55 *location = OBJECTS_ERROR; 56 return (POSIX_Mutex_Control *) 0; 57 } 58 54 59 if ( *id == PTHREAD_MUTEX_INITIALIZER ) { 55 60 /* -
c/src/exec/posix/inline/rtems/posix/mutex.inl
rccdf4c57 rc7a9c66 52 52 int status; 53 53 54 if ( !id ) { 55 *location = OBJECTS_ERROR; 56 return (POSIX_Mutex_Control *) 0; 57 } 58 54 59 if ( *id == PTHREAD_MUTEX_INITIALIZER ) { 55 60 /* -
cpukit/posix/inline/rtems/posix/mutex.inl
rccdf4c57 rc7a9c66 52 52 int status; 53 53 54 if ( !id ) { 55 *location = OBJECTS_ERROR; 56 return (POSIX_Mutex_Control *) 0; 57 } 58 54 59 if ( *id == PTHREAD_MUTEX_INITIALIZER ) { 55 60 /*
Note: See TracChangeset
for help on using the changeset viewer.