Changeset 456b3769 in rtems for cpukit/posix/src/cond.c
- Timestamp:
- 08/13/96 20:50:54 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 95b76bc
- Parents:
- c53eb2c3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/posix/src/cond.c
rc53eb2c3 r456b3769 262 262 ); 263 263 264 if ( _Thread_queue_ Get_number_waiting( &the_cond->Wait_queue ) )264 if ( _Thread_queue_First( &the_cond->Wait_queue ) ) 265 265 return EBUSY; 266 266
Note: See TracChangeset
for help on using the changeset viewer.