Changeset 21a5dde1 for src/libcfa/concurrency/thread
- Timestamp:
- Jul 20, 2017, 11:33:59 PM (7 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:
- 6d54c3a
- Parents:
- dab7ac7 (diff), e1e4aa9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/thread
rdab7ac7 r21a5dde1 54 54 } 55 55 56 extern volatile thread_local thread_desc *this_thread;56 extern thread_local thread_desc * volatile this_thread; 57 57 58 58 forall( dtype T | is_thread(T) )
Note: See TracChangeset
for help on using the changeset viewer.