Changeset 596f987b for src/libcfa/concurrency/invoke.h
- Timestamp:
- Dec 15, 2016, 12:40:01 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, 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:
- 66f8528
- Parents:
- 12d44bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/invoke.h
r12d44bb r596f987b 10 10 #define _INVOKE_H_ 11 11 12 struct coStack_t { 12 #define unlikely(x) __builtin_expect(!!(x), 0) 13 14 struct coStack_t { 13 15 unsigned int size; // size of stack 14 16 void *storage; // pointer to stack … … 38 40 #define _INVOKE_PRIVATE_H_ 39 41 40 struct machine_context_t {42 struct machine_context_t { 41 43 void *SP; 42 44 void *FP;
Note: See TracChangeset
for help on using the changeset viewer.