Changeset 67d224a in rtems for c/src/exec/posix
- Timestamp:
- 12/08/95 21:06:15 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2b5944cf
- Parents:
- 7826883
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/posix/src/cond.c
r7826883 r67d224a 351 351 the_cond->Mutex = *mutex; 352 352 353 /* XXX .. enter critical section .. */ 353 354 _Thread_queue_Enqueue( &the_cond->Wait_queue, 0 ); 354 355
Note: See TracChangeset
for help on using the changeset viewer.