Changeset 95b76bc in rtems
- Timestamp:
- 08/13/96 21:10:06 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- dce801d
- Parents:
- 456b3769
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/src/cond.c
r456b3769 r95b76bc 257 257 case OBJECTS_LOCAL: 258 258 259 if ( _Thread_queue_First( &the_cond->Wait_queue ) ) 260 return EBUSY; 261 259 262 _Objects_Close( 260 263 &_POSIX_Condition_variables_Information, 261 264 &the_cond->Object 262 265 ); 263 264 if ( _Thread_queue_First( &the_cond->Wait_queue ) )265 return EBUSY;266 266 267 267 _POSIX_Condition_variables_Free( the_cond ); -
cpukit/posix/src/cond.c
r456b3769 r95b76bc 257 257 case OBJECTS_LOCAL: 258 258 259 if ( _Thread_queue_First( &the_cond->Wait_queue ) ) 260 return EBUSY; 261 259 262 _Objects_Close( 260 263 &_POSIX_Condition_variables_Information, 261 264 &the_cond->Object 262 265 ); 263 264 if ( _Thread_queue_First( &the_cond->Wait_queue ) )265 return EBUSY;266 266 267 267 _POSIX_Condition_variables_Free( the_cond );
Note: See TracChangeset
for help on using the changeset viewer.