Changeset c84e80a for src/libcfa/concurrency/threads
- Timestamp:
- Jan 18, 2017, 6:12:13 PM (8 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:
- 68e6031
- Parents:
- 7fbe450
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/libcfa/concurrency/threads ¶
r7fbe450 rc84e80a 39 39 } 40 40 41 static inline coroutine* get_coroutine(thread_h* this) { 42 return &this->c; 43 } 44 41 45 //----------------------------------------------------------------------------- 42 46 // Ctors and dtors
Note: See TracChangeset
for help on using the changeset viewer.