Changeset 9181f1d for src/libcfa/concurrency
- Timestamp:
- Apr 20, 2018, 9:04:36 AM (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, with_gc
- Children:
- e6d39fe
- Parents:
- 81bb114
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/concurrency/kernel.c
r81bb114 r9181f1d 725 725 thrd->dbg_next = NULL; 726 726 } 727 728 void __cfaabi_dbg_record(__spinlock_t & this, const char * prev_name) { 729 this.prev_name = prev_name; 730 this.prev_thrd = TL_GET( this_thread ); 731 } 727 732 ) 728 733 // Local Variables: //
Note:
See TracChangeset
for help on using the changeset viewer.