Changeset 348006f for src/libcfa/concurrency/kernel
- Timestamp:
 - Mar 15, 2017, 4:20:26 PM (9 years ago)
 - Branches:
 - ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
 - Children:
 - 29f44a74
 - Parents:
 - 84c52a8
 - File:
 - 
      
- 1 edited
 
- 
          
  src/libcfa/concurrency/kernel (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/libcfa/concurrency/kernel
r84c52a8 r348006f 49 49 struct FinishAction { 50 50 FinishOpCode action_code; 51 thread * thrd;51 thread_desc * thrd; 52 52 spinlock * lock; 53 53 }; … … 63 63 cluster * cltr; 64 64 coroutine_desc * current_coroutine; 65 thread * current_thread;65 thread_desc * current_thread; 66 66 pthread_t kernel_thread; 67 67  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.