Changeset 5cdcbd2 in rtems


Ignore:
Timestamp:
03/08/97 03:47:34 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
232d6c1c
Parents:
aea06ed
Message:

Added commit to indicate exepcted _Thread_Dispatch_disable_level. Hopefully
no one will ever get confused here again and try to enable dispatching. :(

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/posix/src/cond.c

    raea06ed r5cdcbd2  
    427427        status = ETIMEDOUT;
    428428
     429      /*
     430       *  When we get here the dispatch disable level is 0.
     431       */
     432
    429433      mutex_status = pthread_mutex_lock( mutex );
    430434      if ( mutex_status )
  • cpukit/posix/src/cond.c

    raea06ed r5cdcbd2  
    427427        status = ETIMEDOUT;
    428428
     429      /*
     430       *  When we get here the dispatch disable level is 0.
     431       */
     432
    429433      mutex_status = pthread_mutex_lock( mutex );
    430434      if ( mutex_status )
Note: See TracChangeset for help on using the changeset viewer.