Changeset 57c676c6 in rtems
- Timestamp:
- 06/16/16 08:44:00 (7 years ago)
- Branches:
- 5, master
- Children:
- 4b3251a
- Parents:
- 661e0e63
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/rtems/src/semcreate.c
r661e0e63 r57c676c6 174 174 &queue_context 175 175 ); 176 177 if ( status != STATUS_SUCCESSFUL ) { 178 _Thread_queue_Destroy( &the_semaphore->Core_control.Wait_queue ); 179 } 176 180 } else { 177 181 status = STATUS_SUCCESSFUL;
Note: See TracChangeset
for help on using the changeset viewer.