- Timestamp:
 - Oct 1, 2019, 11:40:40 AM (6 years ago)
 - Branches:
 - ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
 - Children:
 - a094f13
 - Parents:
 - ea2074e
 - File:
 - 
      
- 1 edited
 
- 
          
  libcfa/src/concurrency/kernel_private.hfa (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcfa/src/concurrency/kernel_private.hfa
rea2074e r722c0848 34 34 static inline void WakeThread( thread_desc * thrd ) { 35 35 if( !thrd ) return; 36 37 verify(thrd->state == Inactive); 36 38 37 39 disable_interrupts();  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.