Changeset dce801d in rtems for c/src/exec/posix/src/cond.c
- Timestamp:
- 08/13/96 21:32:49 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 645fc954
- Parents:
- 95b76bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/src/cond.c
r95b76bc rdce801d 257 257 case OBJECTS_LOCAL: 258 258 259 if ( _Thread_queue_First( &the_cond->Wait_queue ) ) 259 if ( _Thread_queue_First( &the_cond->Wait_queue ) ) { 260 _Thread_Enable_dispatch(); 260 261 return EBUSY; 262 } 261 263 262 264 _Objects_Close(
Note: See TracChangeset
for help on using the changeset viewer.